Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753717Ab3HQPou (ORCPT ); Sat, 17 Aug 2013 11:44:50 -0400 Received: from mail.skyhub.de ([78.46.96.112]:58359 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753606Ab3HQPot (ORCPT ); Sat, 17 Aug 2013 11:44:49 -0400 Date: Sat, 17 Aug 2013 17:44:47 +0200 From: Borislav Petkov To: Joe Perches Cc: Ingo Molnar , Youquan Song , Yinghai Lu , Gleb Natapov , Youquan Song , Sheng Yang , Konrad Rzeszutek Wilk , Linux Kernel Mailing List , "H. Peter Anvin" , Thomas Gleixner Subject: Re: [PATCH] x86, apic: Enable x2APIC physical when cpu < 256 native Message-ID: <20130817154447.GB10005@pd.tnic> References: <20130724062254.GA16400@redhat.com> <20130729170514.GB30371@linux-youquan.bj.intel.com> <20130814184040.GA6726@linux-youquan.bj.intel.com> <20130814111105.GA13772@gmail.com> <20130817134454.GA16835@linux-youquan.bj.intel.com> <20130817074256.GA18772@gmail.com> <20130817082419.GA10005@pd.tnic> <1376730231.1954.7.camel@joe-AO722> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1376730231.1954.7.camel@joe-AO722> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1108 Lines: 37 On Sat, Aug 17, 2013 at 02:03:51AM -0700, Joe Perches wrote: > checkpatch tends to be used for firs patch submissions and > adding it would only encourage a new wave of trivial whitespace > patches. Nope, we definitely don't want that... > I think there are already way, _way_ too many existing instances > of comments that are of the form > /* foo > * ... > to add that. > > There are 10s of thousands outside of net/ and drivers/net/. ... unless there's a way to detect new submissions and scream only for those. I.e., look at lines starting with "+" which don't have corresponding "-" lines. This would need a bit of experimenting and is not trivial though, maybe Algorithm::Diff could even help there. Sounds like a mini-project for a perl dude :-) Thanks. -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- -- 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/