diff options
| author | Felipe Contreras <[email protected]> | 2014-01-23 15:54:35 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2014-01-23 16:36:57 -0800 |
| commit | 9fd4305448a4639deade433893c5233a324df3a2 (patch) | |
| tree | 6f083a5831209c68cfa9356dff77d46ddea1a525 /tools/perf/scripts/python/netdev-times.py | |
| parent | ae2924a2bdc5255745e68f2b9206404ddadfc5bf (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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions