regulator: fixed-helper: use the correct function name in comment
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 13 Jan 2023 06:44:21 +0000 (22:44 -0800)
committerMark Brown <broonie@kernel.org>
Fri, 13 Jan 2023 13:06:03 +0000 (13:06 +0000)
commita508a267dda6e67d2eccbc12088a7fecc127ba90
tree3393b3bd9eab1d40d8db22e6777fd777dd1d96cb
parent80332ec8c0994dc457026b20619dee0f9990706f
regulator: fixed-helper: use the correct function name in comment

Use the correct function name and modify the function short description.
This prevents a kernel-doc warning:

drivers/regulator/fixed-helper.c:32: warning: expecting prototype for regulator_register_fixed_name(). Prototype was for regulator_register_always_on() instead

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20230113064421.11986-1-rdunlap@infradead.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/fixed-helper.c