Re: [PATCH] introduce generic 64bit rotations and i386 asm optimized version
From: Ralf Baechle
Date: Thu Apr 21 2005 - 05:06:44 EST
On Tue, Apr 19, 2005 at 10:20:38PM +0200, Domen Puncer wrote:
> > Please keep using __inline__, not inline.
>
> Why?
>
> Couldn't find any threads about this, and even SubmittingPatches has:
> "'static inline' is preferred over 'static __inline__'..."
Unlike inline __inline__ will be recogniced by gcc even in -ansi mode.
And inline is namespace pollution. Where there's no technical reason I
prefer the non-underscore version, __inline__ is just looking too 1337
and eye-insulting.
Of course all these thoughts are useless because these days usespace is
not supposed to use kernel headers directly and the kernel isn't ANSI-clean
anyway.
Ralf
-
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/