[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.00.1003191940060.18017@i5.linux-foundation.org>
Date: Fri, 19 Mar 2010 19:41:05 -0700 (PDT)
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Yinghai Lu <yinghai@...nel.org>
cc: "H. Peter Anvin" <hpa@...or.com>, Ingo Molnar <mingo@...e.hu>,
Thomas Gleixner <tglx@...utronix.de>,
linux-kernel@...r.kernel.org,
Ian Campbell <ian.campbell@...rix.com>,
Peter Zijlstra <peterz@...radead.org>
Subject: Re: [PATCH -v5] x86: do not free zero sized per cpu areas
On Fri, 19 Mar 2010, Yinghai Lu wrote:
> + if (WARN_ONCE(start > end,
> + "free_early_partial got wrong start/end %#llx/%#llx\n",
> + start, end))
I really don't want multi-line single statements like this.
Shorten the string a bit, and it should all fit fine on one line, and be
much more greppable.
Linus
--
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