Searched hist:"98 b6b62cd5569a158868b62dc7866b5aae5d9a38" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hid/intel-ish-hid/ |
H A D | ishtp-fw-loader.c | diff 98b6b62cd5569a158868b62dc7866b5aae5d9a38 Wed Dec 15 22:01:46 CST 2021 Yang Li <yang.lee@linux.alibaba.com> HID: intel-ish-hid: ishtp-fw-loader: Fix a kernel-doc formatting issue
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 <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
|