diff options
Diffstat (limited to 'mm/swapfile.c')
-rw-r--r-- | mm/swapfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/swapfile.c b/mm/swapfile.c index 6544565a7c0f..d8a5afc8b2a3 100644 --- a/mm/swapfile.c +++ b/mm/swapfile.c | |||
@@ -1442,7 +1442,7 @@ asmlinkage long sys_swapon(const char __user * specialfile, int swap_flags) | |||
1442 | else if (!memcmp("SWAPSPACE2",swap_header->magic.magic,10)) | 1442 | else if (!memcmp("SWAPSPACE2",swap_header->magic.magic,10)) |
1443 | swap_header_version = 2; | 1443 | swap_header_version = 2; |
1444 | else { | 1444 | else { |
1445 | printk("Unable to find swap-space signature\n"); | 1445 | printk(KERN_ERR "Unable to find swap-space signature\n"); |
1446 | error = -EINVAL; | 1446 | error = -EINVAL; |
1447 | goto bad_swap; | 1447 | goto bad_swap; |
1448 | } | 1448 | } |