Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755004Ab3JDOZ5 (ORCPT ); Fri, 4 Oct 2013 10:25:57 -0400 Received: from mail-pd0-f180.google.com ([209.85.192.180]:42879 "EHLO mail-pd0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754970Ab3JDOZz (ORCPT ); Fri, 4 Oct 2013 10:25:55 -0400 Date: Fri, 4 Oct 2013 22:25:29 +0800 From: Wang YanQing To: Martin Walch Cc: linux-kbuild@vger.kernel.org, Michal Marek , Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Jiri Kosina , "Yann E. MORIN" , Benjamin Poirier , Dirk Gouders , Andrew Morton , Jean Delvare , Kees Cook , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/5] kconfig: adjust warning message for conflicting types Message-ID: <20131004142529.GA5224@udknight> Mail-Followup-To: Wang YanQing , Martin Walch , linux-kbuild@vger.kernel.org, Michal Marek , Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Jiri Kosina , "Yann E. MORIN" , Benjamin Poirier , Dirk Gouders , Andrew Morton , Jean Delvare , Kees Cook , linux-kernel@vger.kernel.org References: <5367004.amEGKp5Frc@tacticalops> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5367004.amEGKp5Frc@tacticalops> 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: 1151 Lines: 28 On Thu, Oct 03, 2013 at 07:24:46PM +0200, Martin Walch wrote: > From: Martin Walch > Date: Thu, 3 Oct 2013 18:32:02 +0200 > Subject: [PATCH v2 3/5] kconfig: adjust warning message for conflicting types > > Each symbol must have exactly one type assigned. However, if a symbol happens > to have two different types assigned at runtime, a warning is printed and the > first type is preserved while the second type is being ignored. > > The warning message says > > type of redefined from to > > which may be misleading as it may create the impression that the second type > replaces the first type. > > This patch clarifies this by changing the warning to > > ignoring type redefinition of from to > > Signed-off-by: Martin Walch Acked-by: Wang YanQing -- 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/