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 <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 dbf104f commit 1784cd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)