From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752957AbdLLO71 (ORCPT ); Tue, 12 Dec 2017 09:59:27 -0500 Received: from conssluserg-04.nifty.com ([210.131.2.83]:24525 "EHLO conssluserg-04.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752405AbdLLO7W (ORCPT ); Tue, 12 Dec 2017 09:59:22 -0500 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-04.nifty.com vBCEwvGc014238 X-Nifty-SrcIP: [209.85.217.179] X-Google-Smtp-Source: ACJfBouc96Ga1ot0CTJ0cz/D9TJiNHFdi72CylMF6a9f+v/6vko7tNx4ojTRT8u4m/Dbo9Oqa9wWz/hD1hzAWGUQacQ= MIME-Version: 1.0 In-Reply-To: <1507172808-12246-1-git-send-email-ulfalizer@gmail.com> References: <1507172808-12246-1-git-send-email-ulfalizer@gmail.com> From: Masahiro Yamada Date: Tue, 12 Dec 2017 23:58:16 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] kconfig: Sync zconf.y with zconf.tab.c_shipped To: Ulf Magnusson Cc: "Yann E. MORIN" , Linux Kbuild mailing list , Michal Marek , Arnaud Lacombe , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2017-10-05 12:06 GMT+09:00 Ulf Magnusson : > Looks like a change to a comment in zconf.y was never committed, because > the updated version only appears it zconf.tab.c_shipped. Update the > comment in zconf.y to match. > > Signed-off-by: Ulf Magnusson > --- > scripts/kconfig/zconf.y | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/kconfig/zconf.y b/scripts/kconfig/zconf.y > index c8f396c..4b2cf41 100644 > --- a/scripts/kconfig/zconf.y > +++ b/scripts/kconfig/zconf.y > @@ -101,7 +101,7 @@ static struct menu *current_menu, *current_entry; > } if_entry menu_entry choice_entry > > %{ > -/* Include zconf_id.c here so it can see the token constants. */ > +/* Include kconf_id.c here so it can see the token constants. */ > #include "kconf_id.c" > %} Applied to linux-kbuild/kconfig. Thanks! BTW, I do not know the historical reason why zconf instead of kconf in the first place... -- Best Regards Masahiro Yamada