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 <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 cd2bb7b commit a3760cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)