Commit 2cb9a007 authored by Luca Tettamanti's avatar Luca Tettamanti Committed by Vojtech Pavlik

I found a missing '\n' in serio.c:118. This prevents the next printk to

be interpreted correctly.
parent 88a94ded
......@@ -115,7 +115,7 @@ static int serio_thread(void *nothing)
refrigerator(PF_IOTHREAD);
} while (!signal_pending(current));
printk(KERN_DEBUG "serio: kseriod exiting");
printk(KERN_DEBUG "serio: kseriod exiting\n");
unlock_kernel();
complete_and_exit(&serio_exited, 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment