From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 14/15] module_param: make bool parameters really bool (net & drivers/net) Date: Mon, 19 Dec 2011 16:22:10 -0500 (EST) Message-ID: <20111219.162210.1739976094495078504.davem@davemloft.net> References: <87k45xqvfs.fsf@rustcorp.com.au> <20111215.231517.185391590658983405.davem@davemloft.net> <87ehw1nm9r.fsf@rustcorp.com.au> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: joe@perches.com, linux-kernel@vger.kernel.org, pawel.moll@arm.com, netdev@vger.kernel.org To: rusty@rustcorp.com.au Return-path: In-Reply-To: <87ehw1nm9r.fsf@rustcorp.com.au> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Rusty Russell Date: Mon, 19 Dec 2011 16:19:52 +1030 > On Thu, 15 Dec 2011 23:15:17 -0500 (EST), David Miller wrote: >> From: Rusty Russell >> Date: Fri, 16 Dec 2011 09:44:31 +1030 >> >> > Dave, did you want a true/false cleanup too? >> >> Please, this kind of stuff rots forever and not using bool properly >> drives me crazy. > > And here's the updated patch: Neither of your two patches comes close to applying cleanly to net-next, even when I try to apply it by hand there are rejects and references to files that don't even exist in net-next any more. Please respin them. Thanks!