]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm-rearrange-vm_area_struct-for-fewer-cache-misses-checkpatch-fixes
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 15 Nov 2012 02:37:42 +0000 (13:37 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 15 Nov 2012 06:25:43 +0000 (17:25 +1100)
ERROR: "foo * bar" should be "foo *bar"
#55: FILE: include/linux/mm_types.h:250:
+ struct mm_struct * vm_mm; /* The address space we belong to. */

total: 1 errors, 0 warnings, 30 lines checked

./patches/mm-rearrange-vm_area_struct-for-fewer-cache-misses.patch has style problems, please review.

If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: Michel Lespinasse <walken@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mm_types.h

index 8b4cd309d6690e92a02753d147e46e3a61732b7a..b931f8baf635b1ef8c0d1878837accc98cfb463b 100644 (file)
@@ -247,7 +247,7 @@ struct vm_area_struct {
 
        /* Second cache line starts here. */
 
-       struct mm_struct * vm_mm;       /* The address space we belong to. */
+       struct mm_struct *vm_mm;        /* The address space we belong to. */
        pgprot_t vm_page_prot;          /* Access permissions of this VMA. */
        unsigned long vm_flags;         /* Flags, see mm.h. */