Skip to content

Commit c6a419a

Browse files
andy-shevgregkh
authored andcommitted
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 <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 214df75 commit c6a419a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/tty/vt/keyboard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2186,7 +2186,7 @@ void vt_reset_unicode(int console)
21862186
}
21872187

21882188
/**
2189-
* vt_get_shiftstate - shift bit state
2189+
* vt_get_shift_state - shift bit state
21902190
*
21912191
* Report the shift bits from the keyboard state. We have to export
21922192
* this to support some oddities in the vt layer.

0 commit comments

Comments
 (0)