2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00

staging: slicoss: Fix space-related checkpatch.pl warnings

This fixes all instances of
	"Please, no spaces at start of a new line"
	"Please, no spaces before tabs"

Please note that I probably got the warning names wrong,
but they should be close enough for usage here :)

Additional post-commit note: There is one comment on line 230ish in slic.h
that appears to have lost it's formatting. It was fine when I was working
in Geany, but it caught my eye in the below diff. Sorry if it actually happened!

Signed-off-by: Cruz Julian Bishop <cruzjbishop@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Cruz Julian Bishop 2013-01-14 12:29:09 +10:00 committed by Greg Kroah-Hartman
parent 83682cd2fe
commit 2fbedf67ed
3 changed files with 265 additions and 265 deletions

View File

@ -341,10 +341,10 @@ struct physcard {
struct physcard *next;
uint adapters_allocd;
/* the following is not currently needed
/* the following is not currently needed
u32 bridge_busnum;
u32 bridge_cfg[NUM_CFG_SPACES][NUM_CFG_REG_ULONGS];
*/
*/
};
struct base_driver {