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 dcdcadb69..dd3c23a80 100644 --- a/mm/kmemleak-test.c +++ b/mm/kmemleak-test.c @@ -49,7 +49,7 @@ static int __init kmemleak_test_init(void) struct test_node *elem; int i; - printk(KERN_INFO "Kmemleak testing\n"); + pr_info("Kmemleak testing\n"); /* make some orphan objects */ pr_info("kmalloc(32) = %p\n", kmalloc(32, GFP_KERNEL)); |