lkml.org 
[lkml]   [1999]   [Mar]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectprintk("\n...") in mm/memory.c (trivial)
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/

\
 
 \ /
  Last update: 2005-03-22 13:51    [W:0.024 / U:1.852 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site