Skip to content

Commit 1784cd5

Browse files
Lee Jonesbentiss
authored andcommitted
HID: wacom_sys: Demote kernel-doc abuse
Fixes the following W=1 kernel build warning(s): drivers/hid/wacom_sys.c:1505: warning: Function parameter or member 'wacom' not described in 'wacom_led_next' drivers/hid/wacom_sys.c:1505: warning: Function parameter or member 'cur' not described in 'wacom_led_next' 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 dbf104f commit 1784cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/wacom_sys.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,7 @@ struct wacom_led *wacom_led_find(struct wacom *wacom, unsigned int group_id,
14951495
return &group->leds[id];
14961496
}
14971497

1498-
/**
1498+
/*
14991499
* wacom_led_next: gives the next available led with a wacom trigger.
15001500
*
15011501
* returns the next available struct wacom_led which has its default trigger

0 commit comments

Comments
 (0)