Randy Dunlap wrote: > From: Randy Dunlap > > Drop __inline, __always_inline, noinline, and __must_check in the > produced kernel-doc output, similar to other pseudo directives. The inline status of a function is not of much help for a developer, that's right. But I would like to see the the __must_check in the documentation. This it what makes a difference, the inline stuff is extraneous. Eike