[PATCH 05/14] staging: csr: Removed spaces between ( and arguments and ) on io.c

2012-10-15 Thread Sangho Yi
I found many coding style errors including spaces like this: foo ( arg ); So, I fixed them as follows-> foo (arg); Signed-off-by: Sangho Yi --- drivers/staging/csr/io.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/csr/io.c

[PATCH 05/14] staging: csr: Removed spaces between ( and arguments and ) on io.c

2012-10-15 Thread Sangho Yi
I found many coding style errors including spaces like this: foo ( arg ); So, I fixed them as follows- foo (arg); Signed-off-by: Sangho Yi antir...@gmail.com --- drivers/staging/csr/io.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git