Re: [PATCH 1/3] binfmt_elf_fdpic: Support auxvec base platform string.

From: Paul Mundt
Date: Fri Aug 01 2008 - 17:47:52 EST


On Fri, Aug 01, 2008 at 02:57:01PM +0100, David Howells wrote:
> Paul Mundt <lethal@xxxxxxxxxxxx> wrote:
>
> > + nitems = 1 + DLINFO_ITEMS + (k_platform ? 1 : 0) + \
> > + (k_base_platform ? 1 : 0) + AT_VECTOR_SIZE_ARCH;
>
> Why the backslash?
>
Habitual behavioural patterns?

If you feel strongly about it it can just be edited out of the patch.
--
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/