Re: [PATCH -v5] x86: do not free zero sized per cpu areas

From: Linus Torvalds
Date: Fri Mar 19 2010 - 22:44:47 EST




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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/