From: Robert Kmiec Date: Sun, 4 Jan 2015 00:32:07 +0000 (+0100) Subject: staging: rts5208/ms.c: Code style fix (space before comma) X-Git-Tag: fixes-v4.0-rc1~99^2~295 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f703fae17d53adadaa9e71af174c51f2655e680;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed