]> git.ipfire.org Git - people/arne_f/kernel.git/commit - lib/cmdline.c
lib/cmdline.c: fix style issues
authorFelipe Contreras <felipe.contreras@gmail.com>
Thu, 23 Jan 2014 23:54:35 +0000 (15:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Jan 2014 00:36:57 +0000 (16:36 -0800)
commit9fd4305448a4639deade433893c5233a324df3a2
tree6f083a5831209c68cfa9356dff77d46ddea1a525
parentae2924a2bdc5255745e68f2b9206404ddadfc5bf
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/cmdline.c