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 <jikos@kernel.org> Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com> Cc: linux-input@vger.kernel.org Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
1 parent 3f37fdc commit a62ce11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)