]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
add missing ;
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 24 Aug 2011 23:46:56 +0000 (09:46 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 Sep 2011 08:26:21 +0000 (18:26 +1000)
Cc: Christoph Lameter <cl@linux.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mm_types.h

index e0f853f95729fad34a2bf1166fd68e8959a3654c..499611005c96e8b2d410dedc0d72124eaf98f35d 100644 (file)
@@ -294,7 +294,7 @@ struct mm_struct {
        unsigned long hiwater_vm;       /* High-water virtual memory usage */
 
        unsigned long total_vm;         /* Total pages mapped */
-       unsigned long locked_vm         /* Pages that have PG_mlocked set */
+       unsigned long locked_vm;        /* Pages that have PG_mlocked set */
        unsigned long pinned_vm;        /* Refcount permanently increased */
        unsigned long shared_vm;        /* Shared pages (files) */
        unsigned long exec_vm;          /* VM_EXEC & ~VM_WRITE */