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)
commit22e669568d5195af10bd2f404f9c1809541ad77b
tree70056b891f3dc6356bed8013a0a8e3462fbba53b
parente865d06b1798746b85340777332b0e6f50e95ab7
module: Add missing newline in printk call.

Add missing \n and also follow commit bddb12b3 "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