From: Giedrius Statkevičius <giedrius.statkevicius@xxxxxxxxx> 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 places where I can't fix them because I don't have the hardware to test the bigger changes nor do I have enough experience to make such bigger changes flawlessly. Giedrius Statkevičius (5): staging: rts5208: combine ifs where possible staging: rts5208: get rid of Camel Case, remove unneeded lines and parantheses staging: rts5208: align divided lines to opening paranthesis staging: rts5208: divide lines to make them less than 80 characters long staging: rts5208: use ternary operators to reduce indentation level drivers/staging/rts5208/rtsx_chip.c | 322 +++++++++++++++--------------------- 1 file changed, 136 insertions(+), 186 deletions(-) -- 2.1.2 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel