printk("\n...") in mm/memory.c (trivial)

Tim Waugh (tim@cyberelk.demon.co.uk)
Thu, 25 Mar 1999 09:21:39 +0000 (GMT)


Hello,

Is the leading newline in this printk doing a job, or can we lose it?

Tim.
*/

--- mm/memory.c~ Thu Mar 25 09:19:37 1999
+++ mm/memory.c Thu Mar 25 09:19:59 1999
@@ -67,7 +67,7 @@
*/
void oom(struct task_struct * task)
{
- printk("\nOut of memory for %s.\n", task->comm);
+ printk("Out of memory for %s.\n", task->comm);
force_sig(SIGKILL, task);
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/