leds: leds-lp3944: Provide missing function names in documentation headers
authorLee Jones <lee.jones@linaro.org>
Fri, 28 May 2021 09:06:22 +0000 (10:06 +0100)
committerPavel Machek <pavel@ucw.cz>
Fri, 28 May 2021 09:38:57 +0000 (11:38 +0200)
commit9933bde2932cc971db6871d0827b7ad78d962d61
tree433b60e06702ca8ea2b0432f4e306f637dd83c92
parentbf588389939e0f9a73f06bcd533f5b9adc5556cd
leds: leds-lp3944: Provide missing function names in documentation headers

Fixes the following W=1 kernel build warning(s):

 drivers/leds/leds-lp3944.c:95: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 drivers/leds/leds-lp3944.c:126: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 drivers/leds/leds-lp3944.c:158: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst

Cc: Pavel Machek <pavel@ucw.cz>
Cc: Antonio Ospite <ospite@studenti.unina.it>
Cc: linux-leds@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
drivers/leds/leds-lp3944.c