Re: [RFC v2 4/7] asm/sections: add a generic push_section_tbl()
From: "H. Peter Anvin" <hpa@zytor.com>
Date: 2016-02-22 02:59:25
Also in:
linux-s390, lkml, xen-devel
From: "H. Peter Anvin" <hpa@zytor.com>
Date: 2016-02-22 02:59:25
Also in:
linux-s390, lkml, xen-devel
On 02/19/16 13:06, Luis R. Rodriguez wrote:
quoted
I think the \n\t is unnecessary.Super! I wonder if we we can just use this on s390 as well without it pooping? I ask as this would set a precedent.
Ask Heike, but I think just ; or \n ought be be fine. I do not know of *any* case where \t at the end of a string would ever be necessary, and it would *always* be possible to replace it with a space in a pinch. -hpa