vt: keyboard, Fix typo in the doc for vt_get_shift_state()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 3 Mar 2021 08:32:29 +0000 (10:32 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Mar 2021 09:39:27 +0000 (10:39 +0100)
commitc6a419afe324dda15b8a7e05597c4a31d0b8fc17
treed0d644933cb1c44c60743271b583b003a8f407ab
parent214df75d5662c989eb309f95072d763ddd2508c6
vt: keyboard, Fix typo in the doc for vt_get_shift_state()

Kernel documentation validator is not happy:

.../keyboard.c:2195: warning: expecting prototype for vt_get_shiftstate(). Prototype was for vt_get_shift_state() instead

This is due to typo, fix it here.

Reviewed-by: Jiri Slaby <jirislaby@kernel.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210303083229.75784-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/keyboard.c