diff options
| author | Tim Sell <Timothy.Sell@unisys.com> | 2015-10-02 20:19:17 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-04 11:53:34 +0300 |
| commit | b3d5d05dcc4ac1d349c51ea743092375701aa8e1 (patch) | |
| tree | 53a085c9f99c5d6501f94319fe278734fd92be36 /include/linux | |
| parent | dabf6c399e27e21db9f1b438467bb9b7cfc8b834 (diff) | |
| download | linux-b3d5d05dcc4ac1d349c51ea743092375701aa8e1.tar.xz | |
staging: unisys: visorinput: re-order declarations for consistency
In order to be more consistent with kernel conventions used elsewhere,
I have re-ordered declarations in visorinput.c to follow this general
order (where possible):
* #defines
* struct/enum/union declarations
* static declarations (const if possible for all of them)
* forward function declarations where absolutely necessary
Exceptions were made for the static declarations like the driver
declaration, given that it depends on previously-defined callbacks.
So such declarations are at the end of visorinput.c.
Signed-off-by: Tim Sell <Timothy.Sell@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
