Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kbuild: trivial - remove trailing empty lines

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

authored by

Masahiro Yamada and committed by
Michal Marek
7eb6e340 2d5c5dbb

-30
-1
scripts/Makefile.asm-generic
··· 21 21 22 22 $(obj)/%.h: 23 23 $(call cmd,wrap) 24 -
-1
scripts/Makefile.host
··· 167 167 168 168 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\ 169 169 $(host-cxxmulti) $(host-cxxobjs) $(host-cshlib) $(host-cshobjs) 170 -
-1
scripts/checkstack.pl
··· 173 173 174 174 # Sort output by size (last field) 175 175 print sort { ($b =~ /:\t*(\d+)$/)[0] <=> ($a =~ /:\t*(\d+)$/)[0] } @stack; 176 -
-1
scripts/config
··· 223 223 ;; 224 224 esac 225 225 done 226 -
-1
scripts/dtc/.gitignore
··· 2 2 dtc-lexer.lex.c 3 3 dtc-parser.tab.c 4 4 dtc-parser.tab.h 5 -
-1
scripts/dtc/fstree.c
··· 88 88 89 89 return build_boot_info(NULL, tree, guess_boot_cpuid(tree)); 90 90 } 91 -
-1
scripts/dtc/libfdt/fdt_empty_tree.c
··· 81 81 82 82 return fdt_open_into(buf, buf, bufsize); 83 83 } 84 -
-1
scripts/dtc/treesource.c
··· 281 281 282 282 write_tree_source_node(f, bi->dt, 0); 283 283 } 284 -
-2
scripts/headers.sh
··· 28 28 ;; 29 29 esac 30 30 done 31 - 32 -
-1
scripts/kconfig/Makefile
··· 319 319 $(obj)/gconf.glade.h: $(obj)/gconf.glade 320 320 $(Q)intltool-extract --type=gettext/glade --srcdir=$(srctree) \ 321 321 $(obj)/gconf.glade 322 -
-1
scripts/kconfig/check.sh
··· 11 11 if [ ! "$?" -eq "0" ]; then 12 12 echo -DKBUILD_NO_NLS; 13 13 fi 14 -
-1
scripts/kconfig/mconf.c
··· 1034 1034 1035 1035 return res; 1036 1036 } 1037 -
-1
scripts/kconfig/nconf.c
··· 1554 1554 endwin(); 1555 1555 return 0; 1556 1556 } 1557 -
-2
scripts/kconfig/util.c
··· 155 155 fprintf(stderr, "Out of memory.\n"); 156 156 exit(1); 157 157 } 158 - 159 -
-1
scripts/markup_oops.pl
··· 367 367 EOT 368 368 exit; 369 369 } 370 -
-1
scripts/mksysmap
··· 42 42 # (At least sparc64 has __crc_ in the middle). 43 43 44 44 $NM -n $1 | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)' > $2 45 -
-1
scripts/mod/.gitignore
··· 2 2 mk_elfconfig 3 3 modpost 4 4 devicetable-offsets.h 5 -
-1
scripts/mod/mk_elfconfig.c
··· 54 54 55 55 return 0; 56 56 } 57 -
-1
scripts/package/Makefile
··· 143 143 @echo ' perf-targz-src-pkg - Build $(perf-tar).tar.gz source tarball' 144 144 @echo ' perf-tarbz2-src-pkg - Build $(perf-tar).tar.bz2 source tarball' 145 145 @echo ' perf-tarxz-src-pkg - Build $(perf-tar).tar.xz source tarball' 146 -
-1
scripts/package/buildtar
··· 136 136 echo "Tarball successfully created in ${tarball}${file_ext}" 137 137 138 138 exit 0 139 -
-1
scripts/pnmtologo.c
··· 512 512 } 513 513 exit(0); 514 514 } 515 -
-2
scripts/recordmcount.c
··· 480 480 } 481 481 return !!n_error; 482 482 } 483 - 484 -
-1
scripts/rt-tester/check-all.sh
··· 19 19 testit t4-l2-pi-deboost.tst 20 20 testit t5-l4-pi-boost-deboost.tst 21 21 testit t5-l4-pi-boost-deboost-setsched.tst 22 -
-2
scripts/rt-tester/rt-tester.py
··· 216 216 # Normal exit pass 217 217 print "Pass" 218 218 sys.exit(0) 219 - 220 -
-1
scripts/selinux/install_policy.sh
··· 66 66 $SF file_contexts /dev 67 67 mount --move /mnt /dev 68 68 fi 69 -
-1
scripts/show_delta
··· 126 126 print (convert_line(line, base_time),) 127 127 128 128 main() 129 -