From: Andrew Morton Date: Wed, 28 Sep 2011 00:50:05 +0000 (+1000) Subject: mm-add-comments-to-explain-mm_struct-fields-fix X-Git-Tag: next-20110929~2^2~187 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1c00bacbc052ca6d32e1c2b5b2319262ba43d41d;p=karo-tx-linux.git mm-add-comments-to-explain-mm_struct-fields-fix add missing ; Cc: Christoph Lameter Signed-off-by: Andrew Morton <> --- diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h index 9e2939073529..06e4369608a5 100644 --- a/include/linux/mm_types.h +++ b/include/linux/mm_types.h @@ -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 */