Skip to content

Commit 98b6b62

Browse files
Yang LiJiri Kosina
authored andcommitted
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>
1 parent bcad6d1 commit 98b6b62

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/hid/intel-ish-hid/ishtp-fw-loader.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,8 @@ static int get_firmware_variant(struct ishtp_cl_data *client_data,
268268
}
269269

270270
/**
271-
* loader_cl_send() Send message from host to firmware
271+
* loader_cl_send() - Send message from host to firmware
272+
*
272273
* @client_data: Client data instance
273274
* @out_msg: Message buffer to be sent to firmware
274275
* @out_size: Size of out going message

0 commit comments

Comments
 (0)