diff options
author | Lee Jones <[email protected]> | 2021-03-26 14:34:50 +0000 |
---|---|---|
committer | Benjamin Tissoires <[email protected]> | 2021-04-07 18:46:20 +0200 |
commit | a62ce117ac189abccffb81f66e32f1694d1271de (patch) | |
tree | 0b2fa2b565a157475fd4674dfb714143d5fe8aed | |
parent | 3f37fdcd313d2c9843aec01cef6512929a33a677 (diff) |
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]>
-rw-r--r-- | drivers/hid/hid-uclogic-rdesc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-uclogic-rdesc.c b/drivers/hid/hid-uclogic-rdesc.c index bf5da6de7bba..6dd6dcd09c8b 100644 --- a/drivers/hid/hid-uclogic-rdesc.c +++ b/drivers/hid/hid-uclogic-rdesc.c @@ -641,7 +641,7 @@ const __u8 uclogic_rdesc_pen_v2_template_arr[] = { const size_t uclogic_rdesc_pen_v2_template_size = sizeof(uclogic_rdesc_pen_v2_template_arr); -/** +/* * Expand to the contents of a generic buttonpad report descriptor. * * @_padding: Padding from the end of button bits at bit 44, until |