]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
regulator: Unify "negative error number" terminology in comments
authorChen-Yu Tsai <wenst@chromium.org>
Thu, 29 Aug 2024 08:51:30 +0000 (16:51 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 29 Aug 2024 13:20:30 +0000 (14:20 +0100)
commit98ce82a52886edd5197e903cb2b56f21bf3b0781
treedf01348c2b3d28a8b89396ddd01ae0a9d2090aa8
parent6eace77a6048c9b0b50950e88ef987d4519a53c1
regulator: Unify "negative error number" terminology in comments

Previous commits cleaning up kerneldoc used the term "negative error
number" to refer to error condition return values. Update remaining
instances of other terminology such as "error code" or "errno" as
well so the whole regulator subsystem is unified.

Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Reported-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20240829085131.1361701-11-wenst@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/core.c
drivers/regulator/devres.c
drivers/regulator/fixed.c
drivers/regulator/irq_helpers.c
drivers/regulator/max77802-regulator.c
drivers/regulator/qcom-rpmh-regulator.c
drivers/regulator/qcom_smd-regulator.c