提交 c6a419af 编写于 作者: A Andy Shevchenko 提交者: Greg Kroah-Hartman

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: NJiri Slaby <jirislaby@kernel.org>
Signed-off-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210303083229.75784-1-andriy.shevchenko@linux.intel.comSigned-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 214df75d
......@@ -2186,7 +2186,7 @@ void vt_reset_unicode(int console)
}
/**
* vt_get_shiftstate - shift bit state
* vt_get_shift_state - shift bit state
*
* Report the shift bits from the keyboard state. We have to export
* this to support some oddities in the vt layer.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册