aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-05-29 01:12:29 -0400
committerMichal Marek <mmarek@suse.cz>2014-06-09 18:04:06 -0400
commit7eb6e340526adf14ed7cf7dfde8b9c6fc0741cfc (patch)
tree0e5bfa931e32e706edcb9fc108369ed8902702fe /scripts/kconfig
parent2d5c5dbb48253f1729dc09f266a98bd2d7e694cb (diff)
kbuild: trivial - remove trailing empty lines
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'scripts/kconfig')
-rw-r--r--scripts/kconfig/Makefile1
-rwxr-xr-xscripts/kconfig/check.sh1
-rw-r--r--scripts/kconfig/mconf.c1
-rw-r--r--scripts/kconfig/nconf.c1
-rw-r--r--scripts/kconfig/util.c2
5 files changed, 0 insertions, 6 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 844bc9da08da..e57478aa66f7 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -319,4 +319,3 @@ $(obj)/%.moc: $(src)/%.h $(obj)/.tmp_qtcheck
319$(obj)/gconf.glade.h: $(obj)/gconf.glade 319$(obj)/gconf.glade.h: $(obj)/gconf.glade
320 $(Q)intltool-extract --type=gettext/glade --srcdir=$(srctree) \ 320 $(Q)intltool-extract --type=gettext/glade --srcdir=$(srctree) \
321 $(obj)/gconf.glade 321 $(obj)/gconf.glade
322
diff --git a/scripts/kconfig/check.sh b/scripts/kconfig/check.sh
index 854d9c7c675c..55b79ba1ba2a 100755
--- a/scripts/kconfig/check.sh
+++ b/scripts/kconfig/check.sh
@@ -11,4 +11,3 @@ EOF
11if [ ! "$?" -eq "0" ]; then 11if [ ! "$?" -eq "0" ]; then
12 echo -DKBUILD_NO_NLS; 12 echo -DKBUILD_NO_NLS;
13fi 13fi
14
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c
index 59184bb41ef8..0cc37b5c4021 100644
--- a/scripts/kconfig/mconf.c
+++ b/scripts/kconfig/mconf.c
@@ -1034,4 +1034,3 @@ int main(int ac, char **av)
1034 1034
1035 return res; 1035 return res;
1036} 1036}
1037
diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c
index 4fbecd2473bc..984489ef2b46 100644
--- a/scripts/kconfig/nconf.c
+++ b/scripts/kconfig/nconf.c
@@ -1554,4 +1554,3 @@ int main(int ac, char **av)
1554 endwin(); 1554 endwin();
1555 return 0; 1555 return 0;
1556} 1556}
1557
diff --git a/scripts/kconfig/util.c b/scripts/kconfig/util.c
index 6e7fbf196809..94f9c83e324f 100644
--- a/scripts/kconfig/util.c
+++ b/scripts/kconfig/util.c
@@ -155,5 +155,3 @@ void *xcalloc(size_t nmemb, size_t size)
155 fprintf(stderr, "Out of memory.\n"); 155 fprintf(stderr, "Out of memory.\n");
156 exit(1); 156 exit(1);
157} 157}
158
159