Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753903Ab2BUVJU (ORCPT ); Tue, 21 Feb 2012 16:09:20 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:50180 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752852Ab2BUVJS (ORCPT ); Tue, 21 Feb 2012 16:09:18 -0500 Date: Tue, 21 Feb 2012 13:09:17 -0800 From: Andrew Morton To: Joe Perches Cc: David Miller , Andy Whitcroft , andrei.emeltchenko.news@gmail.com, linville@tuxdriver.com, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] checkpatch: Add some --strict coding style checks Message-Id: <20120221130917.e41491d4.akpm@linux-foundation.org> In-Reply-To: <1329857959.5143.11.camel@joe2Laptop> References: <20120221151435.GA19354@tuxdriver.com> <20120221.144417.1445117001833888214.davem@davemloft.net> <20120221.154053.2103818562080068513.davem@davemloft.net> <1329857959.5143.11.camel@joe2Laptop> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 511 Lines: 12 Speaking of which, I just got this: WARNING: %Ld/%Lu are not-standard C, use %lld/%llu #142: FILE: fs/locks.c:2335: + seq_printf(f, "Start-end:\t %Ld-EOF\n\n", fl->fl_start); But %L saves a byte! Why did we do this? Don't you like puppies? -- 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/