Skip to content

Commit

Permalink
staging: vt6656: iwctl: fix up function declarations/prototypes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Jun 25, 2012
1 parent 4c0ad72 commit 921cd68
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 294 deletions.
Loading

0 comments on commit 921cd68

Please sign in to comment.