From c965640fb08196d3094ae07e370c85225a4099f6 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Tue, 25 Oct 2011 01:54:05 +1100 Subject: [PATCH] mm-add-comments-to-explain-mm_struct-fields-fix add missing ; Cc: Christoph Lameter Signed-off-by: Andrew Morton --- include/linux/mm_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h index 4defccdf959c..3e01a19a91e8 100644 --- a/include/linux/mm_types.h +++ b/include/linux/mm_types.h @@ -305,7 +305,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 */ -- 2.39.5