Messages in this thread |  | | | Subject | RE: [PATCH] checkpatch: Add some --strict coding style checks | | Date | Wed, 22 Feb 2012 09:35:14 -0000 | | From | "David Laight" <> |
| |
> if (!(func_a(x) && > func_b(y))) > baz();
Gah - that is horrid for the 'preferred style'. A quick glance at the code puts both the func_b() and baz() calls as inside the if.
David
|  |