gpio: max730x: don't use kernel-doc marker for regular comment
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 6 Dec 2023 03:05:23 +0000 (19:05 -0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 7 Dec 2023 08:24:08 +0000 (09:24 +0100)
commit6c826061c5ee42fe547d1ac4792b30125fa8cb13
tree0f16733c76c701b65dd85cd787c7d5c016ea22d6
parent52816298bd2a1e8c6fb3d9311730c00ef03c1f03
gpio: max730x: don't use kernel-doc marker for regular comment

Use a common C comment (/*) instead of kernel-doc notation to prevent
warnings from scripts/kernel-doc.

gpio-max730x.c:3: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
gpio-max730x.c:3: warning: missing initial short description on line:
 * Copyright (C) 2006 Juergen Beisert, Pengutronix

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
drivers/gpio/gpio-max730x.c