Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Lee Jones and committed by
Benjamin Tissoires
a3760cd7 cd2bb7b7

+1 -1
+1 -1
drivers/hid/hid-kye.c
··· 655 655 } 656 656 657 657 /** 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. 659 659 * 660 660 * @hdev: HID device 661 661 *