linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kconfig: remove trailing whitespaces
@ 2019-05-09  2:46 Masahiro Yamada
  2019-05-13  2:26 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2019-05-09  2:46 UTC (permalink / raw)
  To: linux-kbuild; +Cc: Masahiro Yamada, linux-kernel

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 <yamada.masahiro@socionext.com>
---

 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] kconfig: remove trailing whitespaces
  2019-05-09  2:46 [PATCH] kconfig: remove trailing whitespaces Masahiro Yamada
@ 2019-05-13  2:26 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2019-05-13  2:26 UTC (permalink / raw)
  To: Linux Kbuild mailing list; +Cc: Linux Kernel Mailing List

On Thu, May 9, 2019 at 11:46 AM Masahiro Yamada
<yamada.masahiro@socionext.com> 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 <yamada.masahiro@socionext.com>
> ---

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-13  2:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-09  2:46 [PATCH] kconfig: remove trailing whitespaces Masahiro Yamada
2019-05-13  2:26 ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).