staging: vt6656: iwctl: fix up function declarations/prototypes
authorJesper Juhl <jj@chaosbits.net>
Sun, 24 Jun 2012 23:56:05 +0000 (01:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Jun 2012 18:10:28 +0000 (11:10 -0700)
commit921cd68b671d277bab8956e066a0f765ce0defb3
tree1ddba85c7336145f6bfba322972cdba1aba98eeb
parent4c0ad72f01e358a8fa9ece655e9918d7c864e1a6
staging: vt6656: iwctl: fix up function declarations/prototypes

The way function prototypes/declarations are written in iwctl.[ch] is
an inconsistent mess.

This patch makes the whole thing consistent by putting the first
function arguments (op to a column width of at most 80) on the same
line as the function name and the remaining ones on the following line
indented by two tabs.

Besides getting rid of the current tabs vs spaces mess it also
shortens the files quite a bit and puts them more in line with most
other kernel files.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/iwctl.c
drivers/staging/vt6656/iwctl.h