Re: [PATCH] headers 4/4: Clean up byteorder/{little,big}_endian.hto use __inline__

From: Andrew Morton
Date: Fri Jun 24 2005 - 03:25:34 EST


GOTO Masanori <gotom@xxxxxxxxxxxx> wrote:
>
> This patch cleans up 2.6.12 byteorder/{little,big}_endian.h to use
> __inline__ instead of inline because they're included by
> asm/byteorder.h which also uses __inline__. In addition, it uses
> __BYTEORDER_HAS_U64__ that is similar to include/linux/byteorder/swab.h.

I'm not sure that's a good reason for converting `inline' to `__inline__'.
Generally we use `inline' - it looks nicer.
-
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/