]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
regulator: core: Fix short description for _regulator_check_status_enabled()
authorChen-Yu Tsai <wenst@chromium.org>
Thu, 29 Aug 2024 08:51:21 +0000 (16:51 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 29 Aug 2024 13:20:22 +0000 (14:20 +0100)
commitcaa08dd8cdb8e58bf810e986cd6f9081ad056018
tree3fff42bc23a7fdbe28db39fd87269d2f6919d09c
parentdd72a3b8a6007b44ed3b85e1d606afc434879e70
regulator: core: Fix short description for _regulator_check_status_enabled()

kernel-doc complains that _regulator_check_status_enabled() is missing a
short description.

Since the current description is already quite short, just trim it a bit
more and use it as the short description.

Fixes: f7d7ad42a9dc ("regulator: Allow regulators to verify enabled during enable()")
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-2-wenst@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/core.c