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 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.

(Sorry for littering the mailing list. You can delete my other threads.
I somehow accidentaly managed to reply to my older thread. This is
really embarassing.)

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
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to