Input: cpcap-pwrbutton - remove initial kernel-doc notation
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 5 Jul 2023 19:26:19 +0000 (12:26 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 5 Jul 2023 19:29:39 +0000 (12:29 -0700)
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 <rdunlap@infradead.org>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20230703230005.14877-1-rdunlap@infradead.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/cpcap-pwrbutton.c

index 879790b..5aff5a7 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * CPCAP Power Button Input Driver
  *
  * Copyright (C) 2017 Sebastian Reichel <sre@kernel.org>