[PATCH 0/5] staging: rts5208: clean up coding style in rtsx_chip.c

2014-10-03 Thread Giedrius Statkevicius
From: Giedrius Statkevičius giedrius.statkevic...@gmail.com Align divided lines to the first line's opening paranthesis Where two or more if's are in form 'if (a) if (b) { [...] }' convert them into one to lower the indentation level. Use the ternary operator in places where there is code in

[PATCH 0/5] staging: rts5208: clean up coding style in rtsx_chip.c

2014-10-03 Thread Giedrius Statkevicius
From: Giedrius Statkevičius giedrius.statkevic...@gmail.com This patch set is a general code style clean up for rtsx_chip.c. After this patch set checkpatch.pl without --strict doesn't complain anything about at all and with --strict it only complains about unmatched parantheses in those few