Re: [PATCH] input: cpcap-pwrbutton: remove initial kernel-doc notation
From: Mattijs Korpershoek <hidden>
Date: 2023-01-24 09:48:02
Also in:
lkml
From: Mattijs Korpershoek <hidden>
Date: 2023-01-24 09:48:02
Also in:
lkml
On Thu, Jan 12, 2023 at 22:38, Randy Dunlap [off-list ref] wrote:
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 <redacted> Cc: Sebastian Reichel <sre@kernel.org> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Cc: linux-input@vger.kernel.org
Reviewed-by: Mattijs Korpershoek <redacted>
--- drivers/input/misc/cpcap-pwrbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -- a/drivers/input/misc/cpcap-pwrbutton.c b/drivers/input/misc/cpcap-pwrbutton.c--- 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 <sre@kernel.org>