]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
regulator: fixed-helper: Add missing "Return" kerneldoc section
authorChen-Yu Tsai <wenst@chromium.org>
Thu, 29 Aug 2024 08:51:27 +0000 (16:51 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 29 Aug 2024 13:20:28 +0000 (14:20 +0100)
commit4ddb16cf5390fc8546409aab3c69ffe6651b3c6b
tree16959dc303bd3f44aafb12c3582fa2b742e84e08
parent5f93c59e607e6f28eef2ed7ddd5a2f89abc943a5
regulator: fixed-helper: Add missing "Return" kerneldoc section

kernel-doc complains about missing "Return" section for the function
regulator_register_always_on().

Add a "Return" section for it based on its behavior.

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-8-wenst@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/fixed-helper.c