diff options
| author | Tom Rini <[email protected]> | 2021-09-30 10:26:43 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-30 10:26:43 -0400 |
| commit | c8988efc884c680eb4f34295df6689a7e312c15d (patch) | |
| tree | 573cfefc2ab21a033ae98fa2afbd57f1f6528496 /scripts | |
| parent | 6eecaf5d0f6b9a500dd5798f1f2bc8296bcfe158 (diff) | |
| parent | 0cf207ec01cbacae47585fcc26591dd2296507d6 (diff) | |
Merge branch '2021-09-30-whitespace-cleanups' into next
- A large number of whitespace cleanups from Wolfgang
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/basic/Makefile | 2 | ||||
| -rw-r--r-- | scripts/dtc/treesource.c | 1 | ||||
| -rw-r--r-- | scripts/kconfig/Makefile | 2 | ||||
| -rw-r--r-- | scripts/kconfig/expr.c | 2 | ||||
| -rw-r--r-- | scripts/kconfig/gconf.c | 2 | ||||
| -rw-r--r-- | scripts/kconfig/list.h | 2 |
6 files changed, 5 insertions, 6 deletions
diff --git a/scripts/basic/Makefile b/scripts/basic/Makefile index 092a8876d60..848f16d3c4d 100644 --- a/scripts/basic/Makefile +++ b/scripts/basic/Makefile @@ -7,7 +7,7 @@ # when kernel configuration changes (which is what happens when # .config is included by main Makefile. # --------------------------------------------------------------------------- -# fixdep: Used to generate dependency information during build process +# fixdep: Used to generate dependency information during build process hostprogs-y := fixdep always := $(hostprogs-y) diff --git a/scripts/dtc/treesource.c b/scripts/dtc/treesource.c index 2461a3d068a..b36cb41902a 100644 --- a/scripts/dtc/treesource.c +++ b/scripts/dtc/treesource.c @@ -281,4 +281,3 @@ void dt_to_source(FILE *f, struct dt_info *dti) write_tree_source_node(f, dti->dt, 0); } - diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index d52128425ce..12e525ee31f 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -50,7 +50,7 @@ build_xconfig: $(obj)/qconf localyesconfig localmodconfig: $(obj)/conf $(Q)perl $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config - $(Q)if [ -f .config ]; then \ + $(Q)if [ -f .config ]; then \ cmp -s .tmp.config .config || \ (mv -f .config .config.old.1; \ mv -f .tmp.config .config; \ diff --git a/scripts/kconfig/expr.c b/scripts/kconfig/expr.c index e1a39e90841..9f79bdfaaa5 100644 --- a/scripts/kconfig/expr.c +++ b/scripts/kconfig/expr.c @@ -894,7 +894,7 @@ bool expr_depends_symbol(struct expr *dep, struct symbol *sym) default: ; } - return false; + return false; } /* diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c index a9e48cc7b50..2ec7419301d 100644 --- a/scripts/kconfig/gconf.c +++ b/scripts/kconfig/gconf.c @@ -639,7 +639,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/list.h b/scripts/kconfig/list.h index 45cb237ab7e..06e8d555d8b 100644 --- a/scripts/kconfig/list.h +++ b/scripts/kconfig/list.h @@ -48,7 +48,7 @@ struct list_head { */ #define list_for_each_entry(pos, head, member) \ for (pos = list_entry((head)->next, typeof(*pos), member); \ - &pos->member != (head); \ + &pos->member != (head); \ pos = list_entry(pos->member.next, typeof(*pos), member)) /** |
