OSDN Git Service

kbuild: trivial - remove trailing empty lines
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 29 May 2014 05:12:29 +0000 (14:12 +0900)
committerMichal Marek <mmarek@suse.cz>
Mon, 9 Jun 2014 22:04:06 +0000 (00:04 +0200)
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
26 files changed:
scripts/Makefile.asm-generic
scripts/Makefile.host
scripts/checkstack.pl
scripts/config
scripts/dtc/.gitignore
scripts/dtc/fstree.c
scripts/dtc/libfdt/fdt_empty_tree.c
scripts/dtc/treesource.c
scripts/headers.sh
scripts/kconfig/Makefile
scripts/kconfig/check.sh
scripts/kconfig/mconf.c
scripts/kconfig/nconf.c
scripts/kconfig/util.c
scripts/markup_oops.pl
scripts/mksysmap
scripts/mod/.gitignore
scripts/mod/mk_elfconfig.c
scripts/package/Makefile
scripts/package/buildtar
scripts/pnmtologo.c
scripts/recordmcount.c
scripts/rt-tester/check-all.sh
scripts/rt-tester/rt-tester.py
scripts/selinux/install_policy.sh
scripts/show_delta

index d17e0ea..045e009 100644 (file)
@@ -21,4 +21,3 @@ all: $(patsubst %, $(obj)/%, $(generic-y))
 
 $(obj)/%.h:
        $(call cmd,wrap)
-
index 1ac414f..b0ec4be 100644 (file)
@@ -167,4 +167,3 @@ $(host-cshlib): $(obj)/%: $(host-cshobjs) FORCE
 
 targets += $(host-csingle)  $(host-cmulti) $(host-cobjs)\
           $(host-cxxmulti) $(host-cxxobjs) $(host-cshlib) $(host-cshobjs) 
-
index 544aa56..c05d586 100755 (executable)
@@ -173,4 +173,3 @@ while (my $line = <STDIN>) {
 
 # Sort output by size (last field)
 print sort { ($b =~ /:\t*(\d+)$/)[0] <=> ($a =~ /:\t*(\d+)$/)[0] } @stack;
-
index 6804179..026aeb4 100755 (executable)
@@ -223,4 +223,3 @@ while [ "$1" != "" ] ; do
                ;;
        esac
 done
-
index 095acb4..cdabdc9 100644 (file)
@@ -2,4 +2,3 @@ dtc
 dtc-lexer.lex.c
 dtc-parser.tab.c
 dtc-parser.tab.h
-
index f377453..e464727 100644 (file)
@@ -88,4 +88,3 @@ struct boot_info *dt_from_fs(const char *dirname)
 
        return build_boot_info(NULL, tree, guess_boot_cpuid(tree));
 }
-
index f72d13b..f2ae9b7 100644 (file)
@@ -81,4 +81,3 @@ int fdt_create_empty_tree(void *buf, int bufsize)
 
        return fdt_open_into(buf, buf, bufsize);
 }
-
index 33eeba5..5740e69 100644 (file)
@@ -281,4 +281,3 @@ void dt_to_source(FILE *f, struct boot_info *bi)
 
        write_tree_source_node(f, bi->dt, 0);
 }
-
index 978b42b..95ece06 100755 (executable)
@@ -28,5 +28,3 @@ for arch in ${archs}; do
                ;;
        esac
 done
-
-
index 844bc9d..e57478a 100644 (file)
@@ -319,4 +319,3 @@ $(obj)/%.moc: $(src)/%.h $(obj)/.tmp_qtcheck
 $(obj)/gconf.glade.h: $(obj)/gconf.glade
        $(Q)intltool-extract --type=gettext/glade --srcdir=$(srctree) \
        $(obj)/gconf.glade
-
index 854d9c7..55b79ba 100755 (executable)
@@ -11,4 +11,3 @@ EOF
 if [ ! "$?" -eq "0"  ]; then
        echo -DKBUILD_NO_NLS;
 fi
-
index 59184bb..0cc37b5 100644 (file)
@@ -1034,4 +1034,3 @@ int main(int ac, char **av)
 
        return res;
 }
-
index 4fbecd2..984489e 100644 (file)
@@ -1554,4 +1554,3 @@ int main(int ac, char **av)
        endwin();
        return 0;
 }
-
index 6e7fbf1..94f9c83 100644 (file)
@@ -155,5 +155,3 @@ void *xcalloc(size_t nmemb, size_t size)
        fprintf(stderr, "Out of memory.\n");
        exit(1);
 }
-
-
index 827896f..c21d163 100644 (file)
@@ -367,4 +367,3 @@ OPTION:
 EOT
        exit;
 }
-
index c1b6191..7ada35a 100644 (file)
@@ -42,4 +42,3 @@
 # (At least sparc64 has __crc_ in the middle).
 
 $NM -n $1 | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)' > $2
-
index 33bae0d..3bd11b6 100644 (file)
@@ -2,4 +2,3 @@ elfconfig.h
 mk_elfconfig
 modpost
 devicetable-offsets.h
-
index 639bca7..a4fd71d 100644 (file)
@@ -54,4 +54,3 @@ main(int argc, char **argv)
 
        return 0;
 }
-
index c5d4733..99ca6e7 100644 (file)
@@ -143,4 +143,3 @@ help: FORCE
        @echo '  perf-targz-src-pkg  - Build $(perf-tar).tar.gz source tarball'
        @echo '  perf-tarbz2-src-pkg - Build $(perf-tar).tar.bz2 source tarball'
        @echo '  perf-tarxz-src-pkg  - Build $(perf-tar).tar.xz source tarball'
-
index aa22f94..995c1ea 100644 (file)
@@ -136,4 +136,3 @@ esac
 echo "Tarball successfully created in ${tarball}${file_ext}"
 
 exit 0
-
index 68bb4ef..4718d78 100644 (file)
@@ -512,4 +512,3 @@ int main(int argc, char *argv[])
     }
     exit(0);
 }
-
index 9c22317..c085306 100644 (file)
@@ -480,5 +480,3 @@ main(int argc, char *argv[])
        }
        return !!n_error;
 }
-
-
index 43098af..6b5c83b 100644 (file)
@@ -19,4 +19,3 @@ testit t3-l2-pi.tst
 testit t4-l2-pi-deboost.tst
 testit t5-l4-pi-boost-deboost.tst
 testit t5-l4-pi-boost-deboost-setsched.tst
-
index 34186ca..6d916c2 100644 (file)
@@ -216,5 +216,3 @@ while 1:
 # Normal exit pass
 print "Pass"
 sys.exit(0)
-
-
index 7b9ccf6..f6a0ce7 100644 (file)
@@ -66,4 +66,3 @@ if [ "eq$dodev" != "eq" ]; then
        $SF file_contexts /dev
        mount --move /mnt /dev
 fi
-
index e25732b..5b36500 100755 (executable)
@@ -126,4 +126,3 @@ def main():
                print (convert_line(line, base_time),)
 
 main()
-