From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom St Denis Subject: Re: IPsec AH use of ahash Date: Sun, 20 Jan 2013 19:47:57 -0500 (EST) Message-ID: <1926711985.94035.1358729277262.JavaMail.root@elliptictech.com> References: <20130120220721.GA5434@home.goodmis.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Borislav Petkov , Eric Dumazet , "Waskiewicz Jr, Peter P" , David Miller , steffen klassert , herbert@gondor.apana.org.au, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Michal Kubecek , Mike Galbraith To: Steven Rostedt Return-path: In-Reply-To: <20130120220721.GA5434@home.goodmis.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org ----- Original Message ----- > From: "Steven Rostedt" > To: "Tom St Denis" > Cc: "Borislav Petkov" , "Eric Dumazet" , "Waskiewicz Jr, Peter P" > , "David Miller" , "steffen klassert" > , herbert@gondor.apana.org.au, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, > "Michal Kubecek" , "Mike Galbraith" > Sent: Sunday, 20 January, 2013 5:07:22 PM > Subject: Re: IPsec AH use of ahash > > On Sun, Jan 20, 2013 at 07:56:27AM -0500, Tom St Denis wrote: > > > > You should really try running checkpatch.pl over code that's > > already in the kernel before you call out new contributors on it. > > > > How is this supposed to not be adversarial when I can't even use > > the Kernel source itself as a reference? > > So there's a lot of crap code in the kernel (that we are trying to > clean > up when we have the time... see Kernel Janitors). But that's still no > excuse to allow more crap code to enter. That means adding more crap > to > clean up. Nowhere in the coding guidelines I've seen thus far says that you have to comment or document your code. I wouldn't consider fixing "crap" code to mean to change indentation style [unless the original is horrible]. It's pointless busy work at best. If you want to improve the quality of the code I'd start with /* and end with */ once in a while. Tom