Skip to content

Commit afbc67a

Browse files
rddunlapdtor
authored andcommitted
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 <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>
1 parent bac6eb7 commit afbc67a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/input/misc/cpcap-pwrbutton.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* CPCAP Power Button Input Driver
33
*
44
* Copyright (C) 2017 Sebastian Reichel <sre@kernel.org>

0 commit comments

Comments
 (0)