Skip to content

Commit a62ce11

Browse files
Lee Jonesbentiss
authored andcommitted
HID: hid-uclogic-rdesc: Kernel-doc is for functions and structs
Fixes the following W=1 kernel build warning(s): drivers/hid/hid-uclogic-rdesc.c:645: warning: wrong kernel-doc identifier on line: Cc: Jiri Kosina <[email protected]> Cc: Benjamin Tissoires <[email protected]> Cc: [email protected] Signed-off-by: Lee Jones <[email protected]> Signed-off-by: Benjamin Tissoires <[email protected]>
1 parent 3f37fdc commit a62ce11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/hid-uclogic-rdesc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ const __u8 uclogic_rdesc_pen_v2_template_arr[] = {
641641
const size_t uclogic_rdesc_pen_v2_template_size =
642642
sizeof(uclogic_rdesc_pen_v2_template_arr);
643643

644-
/**
644+
/*
645645
* Expand to the contents of a generic buttonpad report descriptor.
646646
*
647647
* @_padding: Padding from the end of button bits at bit 44, until

0 commit comments

Comments
 (0)