From: Randy Dunlap Date: Wed, 5 Jul 2023 19:26:19 +0000 (-0700) Subject: Input: cpcap-pwrbutton - remove initial kernel-doc notation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=afbc67a90c7ccef304796af15477b43de5555b07;p=linux.git Input: cpcap-pwrbutton - remove initial kernel-doc notation Change the beginning "/**" in the file to "/*" since it is not a kernel-doc comment. This prevents a kernel-doc warning: drivers/input/misc/cpcap-pwrbutton.c:2: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * CPCAP Power Button Input Driver Signed-off-by: Randy Dunlap Reviewed-by: Sebastian Reichel Link: https://lore.kernel.org/r/20230703230005.14877-1-rdunlap@infradead.org Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/misc/cpcap-pwrbutton.c b/drivers/input/misc/cpcap-pwrbutton.c index 879790bbf9fe2..5aff5a7d6a35c 100644 --- a/drivers/input/misc/cpcap-pwrbutton.c +++ b/drivers/input/misc/cpcap-pwrbutton.c @@ -1,4 +1,4 @@ -/** +/* * CPCAP Power Button Input Driver * * Copyright (C) 2017 Sebastian Reichel