From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F2E0AC04A6B for ; Mon, 13 May 2019 02:27:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BD92C20989 for ; Mon, 13 May 2019 02:27:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nifty.com header.i=@nifty.com header.b="ncwlzJlR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727437AbfEMC1X (ORCPT ); Sun, 12 May 2019 22:27:23 -0400 Received: from conssluserg-04.nifty.com ([210.131.2.83]:57694 "EHLO conssluserg-04.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727311AbfEMC1W (ORCPT ); Sun, 12 May 2019 22:27:22 -0400 Received: from mail-vs1-f42.google.com (mail-vs1-f42.google.com [209.85.217.42]) (authenticated) by conssluserg-04.nifty.com with ESMTP id x4D2RHb2019663; Mon, 13 May 2019 11:27:18 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-04.nifty.com x4D2RHb2019663 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1557714438; bh=WhLWdZ+pu9RJTOAD/OapbUDCuOgdw4mGeEP2JnsK4PA=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=ncwlzJlRvZhTVI/c24kIR0JhwDmHCLdWvTaiJkBg884WQoR2dwGW7Y5Gh6VTFrjou PPfNfeaPW/WFIvrP9cFt8zFHgdF7akr1v2LUwMf3nEN2rdi30f5iWQMbFWzWwdXfxw vD6FVbAhOCxJtLni/ueyZ3/oe1q/TW4f7WcOEHeosch2tnpeo2eu7TDPfK0rDmp2sW Sq2AAkk6PfaoOgdmnTEoC3FiMgEsJymjG9NFBpvWvdSAn5ri3rEXeYiw9smhegWhzO amu0SmOrlgfeu62FnW8FfSAF2v6vQvzSAPtam5OSoqRBHey0Q6PuQEtO7M4JTfHrhU JPkBkXV8zuK1Q== X-Nifty-SrcIP: [209.85.217.42] Received: by mail-vs1-f42.google.com with SMTP id v9so7045594vse.5; Sun, 12 May 2019 19:27:18 -0700 (PDT) X-Gm-Message-State: APjAAAXIdujWZQJyLHskOQZnX7E2fVDQ0hJg4THTnZwldgDETk9TZy/6 /JaQxjvTKqKNERCYMFF4/gEMTNPOgHHLj+q4xlw= X-Google-Smtp-Source: APXvYqxwWDZEdYviObWMU+ViWmdcJ6KyG5WJOuuHs/jJ4hKsVtt3rkNjVZ8SaeUvM/4yB9DQRMBqZFKiQWLmZL4LyRk= X-Received: by 2002:a67:f443:: with SMTP id r3mr12371953vsn.179.1557714437360; Sun, 12 May 2019 19:27:17 -0700 (PDT) MIME-Version: 1.0 References: <20190509024631.14406-1-yamada.masahiro@socionext.com> In-Reply-To: <20190509024631.14406-1-yamada.masahiro@socionext.com> From: Masahiro Yamada Date: Mon, 13 May 2019 11:26:41 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] kconfig: remove trailing whitespaces To: Linux Kbuild mailing list Cc: Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 9, 2019 at 11:46 AM Masahiro Yamada wrote: > > There are still some trailing whitespaces under scripts/kconfig/tests/, > but they must be kept. Otherwise, "make testconfig" would break. > > Signed-off-by: Masahiro Yamada > --- Applied to linux-kbuild. > scripts/kconfig/gconf.c | 2 +- > scripts/kconfig/lxdialog/BIG.FAT.WARNING | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c > index 5d4ecf309ee4..e36b342f1065 100644 > --- a/scripts/kconfig/gconf.c > +++ b/scripts/kconfig/gconf.c > @@ -638,7 +638,7 @@ on_set_option_mode3_activate(GtkMenuItem *menuitem, gpointer user_data) > void on_introduction1_activate(GtkMenuItem * menuitem, gpointer user_data) > { > GtkWidget *dialog; > - const gchar *intro_text = > + const gchar *intro_text = > "Welcome to gkc, the GTK+ graphical configuration tool\n" > "For each option, a blank box indicates the feature is disabled, a\n" > "check indicates it is enabled, and a dot indicates that it is to\n" > diff --git a/scripts/kconfig/lxdialog/BIG.FAT.WARNING b/scripts/kconfig/lxdialog/BIG.FAT.WARNING > index a8999d82bdb3..7cb5a7ec93d2 100644 > --- a/scripts/kconfig/lxdialog/BIG.FAT.WARNING > +++ b/scripts/kconfig/lxdialog/BIG.FAT.WARNING > @@ -1,4 +1,4 @@ > This is NOT the official version of dialog. This version has been > significantly modified from the original. It is for use by the Linux > -kernel configuration script. Please do not bother Savio Lam with > +kernel configuration script. Please do not bother Savio Lam with > questions about this program. > -- > 2.17.1 > -- Best Regards Masahiro Yamada