> Should we use inline instead of __inline for new code?

inline is a C99 keyword, C99 is 20 years old now, and the kernel source
is using C99 named initializers, therefore it is safe to assume C99
support from the compiler.

It's time to stop defining __const, __inline, __signed and __volatile in
<sys/cdefs.h> and use underscore-free, lo-carb, keywords.

Reply via email to