[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120131194450.GA8020@elte.hu>
Date: Tue, 31 Jan 2012 20:44:50 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Arun Sharma <asharma@...com>
Cc: Bjorn Helgaas <bhelgaas@...gle.com>, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org, David Miller <davem@...emloft.net>,
Glauber Costa <glommer@...allels.com>,
christoph.paasch@...ouvain.be
Subject: Re: [PATCH] net: Disambiguate kernel message
* Arun Sharma <asharma@...com> wrote:
> + printk(KERN_INFO "TCP: too many orphaned "
> "sockets\n");
> + printk(KERN_INFO "TCP: out of memory. "
> + "Consider tuning tcp_mem\n");
> + printk(KERN_INFO "TCP: out of memory. "
> + "Consider tuning tcp_mem\n");
> + if (too_many_orphans && net_ratelimit())
> + printk(KERN_INFO "TCP: too many orphaned sockets\n");
A small detail: please don't line break user-visible strings in
mid sentence. Just keep the line long. Makes it much easier to
search for the source of a kernel message:
git grep "TCP: too many orphaned sockets"
Thanks,
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists