From: Andrew Morton Date: Wed, 24 Aug 2011 23:46:56 +0000 (+1000) Subject: add missing ; X-Git-Tag: next-20110927~1^2~78 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0b0d5f73dc1a25673165ab9189b8e1dd5293bb9e;p=karo-tx-linux.git 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 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 */