> > ip_if.c:7281 I'd prefer to see to each side of a boolean && enclosed > > with parens when it the test is compound (i.e. use " if ((x != NULL) > > && ... " instead of " if (x != NULL &&" > > Actually, I'd prefer not, unless there are bitwise operators involved. > A mess of parenthesis just ends up making the code look too much like > lisp.
Seconded. I'd hope most everyone working on the kernel would know the precedence of (x != y && x != z). -- meem _______________________________________________ networking-discuss mailing list [email protected]
