Skip to content

Commit a3760cd

Browse files
Lee Jonesbentiss
authored andcommitted
HID: hid-kye: Fix incorrect function name for kye_tablet_enable()
Fixes the following W=1 kernel build warning(s): drivers/hid/hid-kye.c:666: warning: expecting prototype for Enable fully(). Prototype was for kye_tablet_enable() instead 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 cd2bb7b commit a3760cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/hid-kye.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ static __u8 *kye_report_fixup(struct hid_device *hdev, __u8 *rdesc,
655655
}
656656

657657
/**
658-
* Enable fully-functional tablet mode by setting a special feature report.
658+
* kye_tablet_enable() - Enable fully-functional tablet mode by setting a special feature report.
659659
*
660660
* @hdev: HID device
661661
*

0 commit comments

Comments
 (0)