]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
regulator: fixed: Fix incorrectly formatted kerneldoc "Return" section
authorChen-Yu Tsai <wenst@chromium.org>
Thu, 29 Aug 2024 08:51:26 +0000 (16:51 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 29 Aug 2024 13:20:27 +0000 (14:20 +0100)
commit5f93c59e607e6f28eef2ed7ddd5a2f89abc943a5
treea2beaca06fc0edb20213194115a6ffe5b5b22f97
parentdac41d59f2de25b8d3f5350c8cbfe39187d214da
regulator: fixed: Fix incorrectly formatted kerneldoc "Return" section

kernel-doc complains about missing "Return" section for kerneldoc of
of_get_fixed_voltage_config(). The kerneldoc has a description
about the return values, just not in the format kernel-doc wants.

Convert it to use the proper "Return:" section header. The existing
description have been reworded and moved around to fit the grammar and
formatting.

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