]> Git Repo - linux.git/commitdiff
HID: wacom_sys: Demote kernel-doc abuse
authorLee Jones <[email protected]>
Fri, 26 Mar 2021 14:34:54 +0000 (14:34 +0000)
committerBenjamin Tissoires <[email protected]>
Wed, 7 Apr 2021 16:46:20 +0000 (18:46 +0200)
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]>
drivers/hid/wacom_sys.c

index 8328ef155c4682506bb7a2d7dbdbaffff406632a..57bfa0ae98361e14fd14b57e9dc831597c91cfc4 100644 (file)
@@ -1495,7 +1495,7 @@ struct wacom_led *wacom_led_find(struct wacom *wacom, unsigned int group_id,
        return &group->leds[id];
 }
 
-/**
+/*
  * wacom_led_next: gives the next available led with a wacom trigger.
  *
  * returns the next available struct wacom_led which has its default trigger
This page took 0.058002 seconds and 4 git commands to generate.