From: Jesper Juhl Date: Sun, 24 Jun 2012 23:56:05 +0000 (+0200) Subject: staging: vt6656: iwctl: fix up function declarations/prototypes X-Git-Tag: v3.6-rc1~100^2~581 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=921cd68b671d277bab8956e066a0f765ce0defb3;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed