This function had kernel-doc that not used a hash to separate
the function name from the one line description.
The warning was found by running scripts/kernel-doc, which is
caused by using 'make W=1'.
drivers/hid/intel-ish-hid/ishtp-fw-loader.c:271: warning: This comment
starts with '/**', but isn't a kernel-doc comment. Refer
Documentation/doc-guide/kernel-doc.rst
Reported-by: Abaci Robot <redacted>
Signed-off-by: Yang Li <redacted>
---
drivers/hid/intel-ish-hid/ishtp-fw-loader.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
From: Randy Dunlap <hidden> Date: 2021-12-16 04:08:33
Hi,
On 12/15/21 20:01, Yang Li wrote:
This function had kernel-doc that not used a hash to separate
that did not use a dash or hyphen to separate
Patch looks good. Thanks.
quoted hunk
the function name from the one line description.
The warning was found by running scripts/kernel-doc, which is
caused by using 'make W=1'.
drivers/hid/intel-ish-hid/ishtp-fw-loader.c:271: warning: This comment
starts with '/**', but isn't a kernel-doc comment. Refer
Documentation/doc-guide/kernel-doc.rst
Reported-by: Abaci Robot <redacted>
Signed-off-by: Yang Li <redacted>
---
drivers/hid/intel-ish-hid/ishtp-fw-loader.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
This function had kernel-doc that not used a hash to separate
the function name from the one line description.
The warning was found by running scripts/kernel-doc, which is
caused by using 'make W=1'.
drivers/hid/intel-ish-hid/ishtp-fw-loader.c:271: warning: This comment
starts with '/**', but isn't a kernel-doc comment. Refer
Documentation/doc-guide/kernel-doc.rst
Reported-by: Abaci Robot <redacted>
Signed-off-by: Yang Li <redacted>