RE: [PATCH] checkpatch: Add some --strict coding style checks
From: David Laight <hidden>
Date: 2012-02-22 09:35:58
Also in:
lkml, netdev
From: David Laight <hidden>
Date: 2012-02-22 09:35:58
Also in:
lkml, netdev
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