On Wed, 2011-12-21 at 15:07 +0900, Minchan Kim wrote: > On Tue, Dec 20, 2011 at 09:58:19PM -0800, Joe Perches wrote: > > On Wed, 2011-12-21 at 14:45 +0900, Minchan Kim wrote: > > > On Tue, Dec 20, 2011 at 09:31:21PM -0800, Joe Perches wrote: > > > > On Wed, 2011-12-21 at 14:17 +0900, Minchan Kim wrote: > > > > > We don't like function body which include #ifdef. > > [] > > > > I don't like this change. > > > > I think it's perfectly good style to use: > > > I feel it's no problem as it is because it's very short function now > > > but it's not style we prefer. > > Who is this "we" you refer to? > > There's nothing suggesting your patch as a preferred style > > in Documentation/CodingStyle. > Yes. It doesn't have. > But I have thought we have done until now. But whoever this "we" you're referring to hasn't actually done so. > I think we can see them easily. > > #> grep -nRH 'static inline void' ./ | grep {} | wc -l > 936 > > If we consider line which don't include brace in one line, it would be many. Try: $ grep -rP --include=*.[ch] \ '^(static|)\s*(inline|)\s*void\b[^\n;]+\n(?:{\s*|)\#\s*if' * | \ wc -l 3603 A rough approximation would be to divide by 3. So there's maybe a 1000 or so of the other style too. cheers, Joe -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>