From 70112b6feea1bc04ed392d216e975facb9210b8e Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 25 Aug 2011 09:46:56 +1000 Subject: [PATCH] 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 e0f853f95729..499611005c96 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 */ -- 2.39.5