]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm-add-comments-to-explain-mm_struct-fields-fix
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 5 Oct 2011 00:42:52 +0000 (11:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Oct 2011 06:49:19 +0000 (17:49 +1100)
add missing ;

Cc: Christoph Lameter <cl@linux.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mm_types.h

index 9e293907352947c597961e90d922f9dc06f2ddf7..06e4369608a5817f84d6e54e6ff960390bca0f6b 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 */