]> git.itanic.dy.fi Git - linux-stable/commit
extcon: qcom-spmi-misc: don't use kernel-doc marker for comment
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 5 Dec 2023 23:12:04 +0000 (15:12 -0800)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 12 Dec 2023 00:33:47 +0000 (09:33 +0900)
commit7803680964c025f598f827b7ea7433467ef21a56
treeea8de9170f8d64e833747d6b3916c8a82cc3e704
parentd03a7005d9688bed5f20ab1b6ec9601455d98ef5
extcon: qcom-spmi-misc: don't use kernel-doc marker for comment

Do not use "/**" for non-kernel-doc comments. This prevents a warning
from scripts/kernel-doc:

warning: expecting prototype for extcon(). Prototype was for USB_ID_DEBOUNCE_MS() instead

Link: https://lore.kernel.org/lkml/20231205231204.1130-1-rdunlap@infradead.org/
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon-qcom-spmi-misc.c