diff options
-rw-r--r-- | fs/proc/vmcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/vmcore.c b/fs/proc/vmcore.c index 6a8e785b29da..382aa890e228 100644 --- a/fs/proc/vmcore.c +++ b/fs/proc/vmcore.c | |||
@@ -42,7 +42,7 @@ static size_t elfnotes_sz; | |||
42 | /* Total size of vmcore file. */ | 42 | /* Total size of vmcore file. */ |
43 | static u64 vmcore_size; | 43 | static u64 vmcore_size; |
44 | 44 | ||
45 | static struct proc_dir_entry *proc_vmcore = NULL; | 45 | static struct proc_dir_entry *proc_vmcore; |
46 | 46 | ||
47 | /* | 47 | /* |
48 | * Returns > 0 for RAM pages, 0 for non-RAM pages, < 0 on error | 48 | * Returns > 0 for RAM pages, 0 for non-RAM pages, < 0 on error |