]> git.baikalelectronics.ru Git - kernel.git/commit
extcon: usb-gpio: fix a non-kernel-doc comment
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 15 Nov 2021 03:05:36 +0000 (19:05 -0800)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 24 Dec 2021 06:27:52 +0000 (15:27 +0900)
commitf0ac588b875c9544b954ed923b21c2df6ccee7fb
tree045b5391c6f25a486f9245b4b2216c4dcb9fb884
parentc218e0b6cbbdf0307713783ed79056cea7414e80
extcon: usb-gpio: fix a non-kernel-doc comment

Do not use "/**" to begin a non-kernel-doc comment.
Fixes this build warning:

drivers/extcon/extcon-usb-gpio.c:23:
warning: expecting prototype for drivers/extcon/extcon-usb-gpio.c().

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-usb-gpio.c