Re: [take9 1/2] kevent: Core files.
From: David Miller <davem@davemloft.net>
Date: 2006-08-16 19:45:55
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2006-08-16 19:45:55
Also in:
lkml
From: Zach Brown <redacted> Date: Wed, 16 Aug 2006 11:08:41 -0700
quoted
quoted
quoted
+ 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.
Metoo. :-) Spaces help humans parse out the syntactic structure of multi-token expressions.