Re: [take9 1/2] kevent: Core files.

From: Zach Brown
Date: Wed Aug 16 2006 - 14:06:57 EST



>>> + for (i=0; i<ARRAY_SIZE(u->kevent_list); ++i)
>> for (i = 0; i < ARRAY_SIZE(u->kevent_list); i++)
>
> Ugh, no. It reduces readability due to exessive number of spaces.

Ihavetoverystronglydisagree.

- z
-
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/