Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754622Ab0GKS5T (ORCPT ); Sun, 11 Jul 2010 14:57:19 -0400 Received: from mail.perches.com ([173.55.12.10]:1687 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754074Ab0GKS5R (ORCPT ); Sun, 11 Jul 2010 14:57:17 -0400 Subject: [PATCH] scripts/checkpatch.pl: Add strict test of logical test continuations at beginning of line From: Joe Perches To: Jean Delvare , Andy Whitcroft Cc: Guenter Roeck , Andrew Morton , Randy Dunlap , Hans de Goede , Mark Brown , Samuel Ortiz , "David S. Miller" , Paul Goyette , "lm-sensors@lm-sensors.org" , "linux-kernel@vger.kernel.org" , "linux-i2c@vger.kernel.org" In-Reply-To: <20100711182138.132815e4@hyperion.delvare> References: <1278859984-22593-1-git-send-email-guenter.roeck@ericsson.com> <1278862266.1501.59.camel@Joe-Laptop.home> <20100711161658.GA23927@ericsson.com> <20100711182138.132815e4@hyperion.delvare> Content-Type: text/plain; charset="UTF-8" Date: Sun, 11 Jul 2010 11:57:12 -0700 Message-ID: <1278874632.1501.68.camel@Joe-Laptop.home> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2113 Lines: 54 On Sun, 2010-07-11 at 18:21 +0200, Jean Delvare wrote: > On Sun, 11 Jul 2010 09:16:58 -0700, Guenter Roeck wrote: > > On Sun, Jul 11, 2010 at 11:31:06AM -0400, Joe Perches wrote: > > > Kernel style seems to prefer having logical tests at > > > end of line rather than start of line. > > Ok. Would be nice to have checkpatch.pl complain about it, though, > > if it is a to-be-enforced rule. > Please, not again. This has been discussed before, with the conclusion > that nobody really cares and we don't want to add pointless warnings to > checkpatch.pl, which in the end will just dissuade people from running > the script and/or contributing to the kernel at all. I don't remember that discussion. Link? Here's a patch that makes it a "--strict" option for those who really want to get all the style checking options. It also corrects a spelling typo. Signed-off-by: Joe Perches is #included and is available (uses RAW line) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/