]> git.baikalelectronics.ru Git - kernel.git/commit
module: Add missing newline in printk call.
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Mon, 20 Jan 2014 23:28:00 +0000 (09:58 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 20 Jan 2014 23:29:16 +0000 (09:59 +1030)
commit9c3f04c59e7217116c74dd5429fc752a27bb5d5f
tree70056b891f3dc6356bed8013a0a8e3462fbba53b
parent9dfa16ee588e40185f493131327e7ed4e88123bf
module: Add missing newline in printk call.

Add missing \n and also follow commit 51031ee7 "kernel/module.c: use pr_foo()".

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
kernel/module.c