RE: [PATCH] checkpatch: Add some --strict coding style checks

From: David Laight
Date: Wed Feb 22 2012 - 04:35:58 EST



> 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


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