Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932945AbWLSURI (ORCPT ); Tue, 19 Dec 2006 15:17:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932946AbWLSURH (ORCPT ); Tue, 19 Dec 2006 15:17:07 -0500 Received: from nic.NetDirect.CA ([216.16.235.2]:52303 "EHLO rubicon.netdirect.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932939AbWLSURF (ORCPT ); Tue, 19 Dec 2006 15:17:05 -0500 X-Originating-Ip: 24.163.66.209 Date: Tue, 19 Dec 2006 15:11:37 -0500 (EST) From: "Robert P. J. Day" X-X-Sender: rpjday@localhost.localdomain To: David Rientjes cc: Linux kernel mailing list Subject: Re: [PATCH] Get rid of most of the remaining k*alloc() casts. In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Net-Direct-Inc-MailScanner-Information: Please contact the ISP for more information X-Net-Direct-Inc-MailScanner: Found to be clean X-Net-Direct-Inc-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-12.252, required 5, ALL_TRUSTED -1.80, BAYES_00 -15.00, RCVD_IN_NJABL_DUL 1.95, RCVD_IN_SORBS_DUL 2.05, SARE_SUB_GETRID 0.56) X-Net-Direct-Inc-MailScanner-From: rpjday@mindspring.com Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1548 Lines: 35 On Tue, 19 Dec 2006, David Rientjes wrote: > On Tue, 19 Dec 2006, Robert P. J. Day wrote: > > > that sounds reasonable but, as i've mentioned before, many of the > > sizable cleanups i've submitted are produced by a simple script, > > which is written to process *one* kind of cleanup. if i tried to > > fix everything else in the same area at the same time, *that* > > would involve far more manual labour, not to mention that the > > patch would be less well-defined, and the probability of a fatal > > typo would actually increase. > If these cleanups are being generated by a simple script, I would > suggest making sure that script works before submitting patches > which break the kernel. your point has already been taken. i'm fairly sure i'm going to make the occasional screwup, someone will point it out in no uncertain terms, and i'll fix it. and life will continue. > On the other hand, if that script is only being used to point you in > the direction of a possible cleanup, then it takes very little > effort to move an asterisk as one person already suggested, get rid > of whitespace, or make a kzalloc conversion. all right, if there's some other cleanup that can be done at the same spot, then i'll put in the effort to do it, as long as it's within reason. fair enough? rday - 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/