summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2019-01-20 09:23:52 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2019-01-21 09:56:50 +0100
commit167c14cc36e00314341492941b3d41506b53bf22 (patch)
tree2a5ddc44f6ee8cee018db66994e91448ba4f4889 /scripts
parent80e383ce60db5b898d268c4ba141fd12e6787b53 (diff)
downloadbarebox-167c14cc36e00314341492941b3d41506b53bf22.tar.gz
barebox-167c14cc36e00314341492941b3d41506b53bf22.tar.xz
treewide: Remove trailing whitespaces and tabs
Just a cleanup over barebox tree Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/gconf.c2
-rw-r--r--scripts/socfpga_mkimage.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c
index 36f578415c..0ac700bf12 100644
--- a/scripts/kconfig/gconf.c
+++ b/scripts/kconfig/gconf.c
@@ -640,7 +640,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/socfpga_mkimage.c b/scripts/socfpga_mkimage.c
index fedcfb5b6f..03150cce8d 100644
--- a/scripts/socfpga_mkimage.c
+++ b/scripts/socfpga_mkimage.c
@@ -157,7 +157,7 @@ uint32_t crc32(uint32_t crc, void *_buf, int length)
return crc;
}
-/* Create an ARM relative branch instuction
+/* Create an ARM relative branch instuction
* branch is where the instruction will be placed and dest points to where
* it should branch too. */
static void branch(uint8_t *branch, uint8_t *dest)