Re: [PATCH, RFC] byteorder: sanity check toolchain vs kernel endianess

From: Christoph Hellwig
Date: Thu May 30 2019 - 02:45:39 EST


On Thu, May 30, 2019 at 01:46:18AM +0000, Maciej Rozycki wrote:
> > +#if defined(__BYTE_ORDER__) && __BYTE_ORDER__ != __ORDER_BIG_ENDIAN__
> > +#error "Unsupported endianess, check your toolchain"
>
> Typo here: s/endianess/endianness/.

The original patch has already been merged, please send a fixup.