• Andrew Morton's avatar
    ERROR: "foo * bar" should be "foo *bar" · 3a220441
    Andrew Morton authored
    #116: FILE: mm/mmap.c:1835:
    +static int __split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
    
    ERROR: "foo * bar" should be "foo *bar"
    #138: FILE: mm/mmap.c:1888:
    +int split_vma(struct mm_struct * mm, struct vm_area_struct * vma,
    
    total: 2 errors, 0 warnings, 67 lines checked
    
    ./patches/mmap-dont-return-enomem-when-mapcount-is-temporarily-exceeded-in-munmap.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: Hugh Dickins <hugh.dickins@tiscali.co.uk>
    Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    3a220441
mmap.c 65.3 KB