[PATCH 06/14] staging: csr: Added whitespaces around comma, =, >, <, ; (mostly for loops)

2012-10-15 Thread Sangho Yi
There were tons of whitespace warnings (not using whitespaces before and after "=, >, <", after comma, and ";" on for loops, so that I fixed them altogether. Signed-off-by: Sangho Yi --- drivers/staging/csr/io.c | 52 +++--- 1 file changed, 26

[PATCH 06/14] staging: csr: Added whitespaces around comma, =, , , ; (mostly for loops)

2012-10-15 Thread Sangho Yi
There were tons of whitespace warnings (not using whitespaces before and after =, , , after comma, and ; on for loops, so that I fixed them altogether. Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/io.c | 52 +++--- 1 file changed,