diff options
Diffstat (limited to 'mm/kmemleak-test.c')
-rw-r--r-- | mm/kmemleak-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/kmemleak-test.c b/mm/kmemleak-test.c index dcdcadb69533..dd3c23a801b1 100644 --- a/mm/kmemleak-test.c +++ b/mm/kmemleak-test.c | |||
@@ -49,7 +49,7 @@ static int __init kmemleak_test_init(void) | |||
49 | struct test_node *elem; | 49 | struct test_node *elem; |
50 | int i; | 50 | int i; |
51 | 51 | ||
52 | printk(KERN_INFO "Kmemleak testing\n"); | 52 | pr_info("Kmemleak testing\n"); |
53 | 53 | ||
54 | /* make some orphan objects */ | 54 | /* make some orphan objects */ |
55 | pr_info("kmalloc(32) = %p\n", kmalloc(32, GFP_KERNEL)); | 55 | pr_info("kmalloc(32) = %p\n", kmalloc(32, GFP_KERNEL)); |