]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lib/cmdline.c: fix style issues
authorFelipe Contreras <felipe.contreras@gmail.com>
Fri, 3 Jan 2014 03:10:15 +0000 (14:10 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 3 Jan 2014 03:10:15 +0000 (14:10 +1100)
commit8d7549c49e5f070f65ab55c39a7b76af94d0f1b5
treea0ade4d4b3646062a6812312c13d5669e9ab46b7
parentbb296255a185f386828597b8799d2514d250d821
lib/cmdline.c: fix style issues

WARNING: space prohibited between function name and open parenthesis '('
+int get_option (char **str, int *pint)

WARNING: space prohibited between function name and open parenthesis '('
+ *pint = simple_strtol (cur, str, 0);

ERROR: trailing whitespace
+ $

WARNING: please, no spaces at the start of a line
+ $

WARNING: space prohibited between function name and open parenthesis '('
+ res = get_option ((char **)&str, ints + i);

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/cmdline.c