OSDN Git Service

staging: rts5208/ms.c: Code style fix (space before comma)
authorRobert Kmiec <robert.r.kmiec@gmail.com>
Sun, 4 Jan 2015 00:32:07 +0000 (01:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Jan 2015 00:07:20 +0000 (16:07 -0800)
commit7f703fae17d53adadaa9e71af174c51f2655e680
tree2b69ac06e47d659008e942fae7a5251fcef3de4d
parent19f15a3000a6ede8c3fcd2735225b894002a7cc1
staging: rts5208/ms.c: Code style fix (space before comma)

This commit fixes the following errors reported by checkpatch.pl -f:
./rts5208/ms.c:1294: ERROR: space prohibited before that ',' (ctx:WxW)
./rts5208/ms.c:1345: ERROR: space prohibited before that ',' (ctx:WxW)
./rts5208/ms.c:1622: ERROR: space prohibited before that ',' (ctx:WxW)
./rts5208/ms.c:1991: ERROR: space prohibited before that ',' (ctx:WxW)

This patch also adds missing spaces before and after '+' sign in two places.

This file has some other style issues and they will be fixed with latter
patches.

Signed-off-by: Robert Kmiec <robert.r.kmiec@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5208/ms.c