Return-path: Received: from mx0.aculab.com ([213.249.233.131]:37813 "HELO mx0.aculab.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752905Ab2BVJfy convert rfc822-to-8bit (ORCPT ); Wed, 22 Feb 2012 04:35:54 -0500 Received: from mx0.aculab.com ([127.0.0.1]) by localhost (mx0.aculab.com [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 01479-08 for ; Wed, 22 Feb 2012 09:35:50 +0000 (GMT) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: [PATCH] checkpatch: Add some --strict coding style checks Date: Wed, 22 Feb 2012 09:35:14 -0000 Message-ID: (sfid-20120222_103559_848738_672B22CE) In-Reply-To: <804857E1F29AAC47BF68C404FC60A18429B3EE@ORSMSX102.amr.corp.intel.com> From: "David Laight" To: "Allan, Bruce W" , "Joe Perches" , "David Miller" , "Andy Whitcroft" , "Andrew Morton" Cc: , , , , Sender: linux-wireless-owner@vger.kernel.org List-ID: > 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