console: Fill in struct consw argument names
authorKees Cook <keescook@chromium.org>
Tue, 27 Feb 2018 00:04:19 +0000 (16:04 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Feb 2018 09:17:33 +0000 (10:17 +0100)
commit209f668cd29d2b6b9f39a0b9f179ee40f47c2014
tree652581c94dcf7a75539be9a3c59044a90c6cdedd
parentea92110bc048848967bd2a046675a006005c4f06
console: Fill in struct consw argument names

Reading the function declarations for the console callbacks lacks any
hints as to what the arguments are. Instead of going and digging around in
various implementations that may each only have a subset of the callbacks,
name all the arguments in the declaration. This has no functional change.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/console.h