• Andrew Morton's avatar
    ERROR: code indent should use tabs where possible · cbee3c33
    Andrew Morton authored
    #115: FILE: fs/exec.c:1838:
    + ^I^Iif (call_usermodehelper_pipe(helper_argv[0], helper_argv, NULL,$
    
    ERROR: code indent should use tabs where possible
    #120: FILE: fs/exec.c:1842:
    + ^I^I^Igoto fail_dropcount;$
    
    WARNING: externs should be avoided in .c files
    #149: FILE: kernel/sysctl.c:80:
    +extern unsigned int core_pipe_limit;
    
    total: 2 errors, 1 warnings, 120 lines checked
    
    ./patches/exec-let-do_coredump-limit-the-number-of-concurrent-dumps-to-pipes-v9.patch has style problems, please review.  If any of these errors
    are false positives report them to the maintainer, see
    CHECKPATCH in MAINTAINERS.
    
    Please run checkpatch prior to sending patches
    
    Cc: Neil Horman <nhorman@tuxdriver.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    cbee3c33
exec.c 43.9 KB