diff options
| author | Felipe Contreras <felipe.contreras@gmail.com> | 2014-01-23 15:54:35 -0800 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-12-22 16:23:42 +0100 |
| commit | 4673777f16412a4228f839d019463ae6f9daa7af (patch) | |
| tree | 7c0ee1c02c0346eef1f9cda51ae4c3bd32e070d1 /lib/vsprintf.c | |
| parent | 2905e0c3ee72cea39940fc79fd5e409a1310d6ae (diff) | |
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>
Diffstat (limited to 'lib/vsprintf.c')
0 files changed, 0 insertions, 0 deletions
