[PATCH 2/3] console: Fill in struct consw argument names

2018-02-26 Thread Kees Cook
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.

[PATCH 2/3] console: Fill in struct consw argument names

2018-02-26 Thread Kees Cook
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.