From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752138AbaBKQEE (ORCPT ); Tue, 11 Feb 2014 11:04:04 -0500 Received: from merlin.infradead.org ([205.233.59.134]:59752 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751978AbaBKQEA (ORCPT ); Tue, 11 Feb 2014 11:04:00 -0500 Message-ID: <52FA49E9.9050802@infradead.org> Date: Tue, 11 Feb 2014 08:03:53 -0800 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Paul Bolle , Jiri Kosina CC: Martin Walch , Richard Weinberger , linux-kernel@vger.kernel.org Subject: Re: [PATCH] [TRIVIAL] Kconfig: Remove useless "default N" lines References: <1392122327.13064.14.camel@x220> <52FA4901.8030405@infradead.org> In-Reply-To: <52FA4901.8030405@infradead.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/11/2014 08:00 AM, Randy Dunlap wrote: > On 02/11/2014 04:38 AM, Paul Bolle wrote: >> A number of Kconfig entries default to (uppercase) "N". It was clearly >> intended to use "default n". But since (lowercase) "n" is the default >> anyway, these lines might as well be removed. >> >> Signed-off-by: Paul Bolle >> --- >> Tested on a Fedora 20-based .config, where it was a NOP. But there's a >> chance that none of the entries I touch here influence that .config. I >> didn't check. >> >> This patch deserves a >> Reported-by: Martin Walch >> >> line, but that apparently requires Martin's permission. > > I've never heard that. Did you read that somewhere? If so, where? Yes, I found it in Documentation/SubmittingPatches. I find that unfortunate. > I think that copying him on the patch is sufficient. -- ~Randy