Skip to content

Commit 7eb6e34

Browse files
masahir0ymichal42
authored andcommitted
kbuild: trivial - remove trailing empty lines
Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 2d5c5db commit 7eb6e34

26 files changed

+0
-30
lines changed

scripts/Makefile.asm-generic

-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ all: $(patsubst %, $(obj)/%, $(generic-y))
2121

2222
$(obj)/%.h:
2323
$(call cmd,wrap)
24-

scripts/Makefile.host

-1
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,3 @@ $(host-cshlib): $(obj)/%: $(host-cshobjs) FORCE
167167

168168
targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
169169
$(host-cxxmulti) $(host-cxxobjs) $(host-cshlib) $(host-cshobjs)
170-

scripts/checkstack.pl

-1
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,3 @@
173173

174174
# Sort output by size (last field)
175175
print sort { ($b =~ /:\t*(\d+)$/)[0] <=> ($a =~ /:\t*(\d+)$/)[0] } @stack;
176-

scripts/config

-1
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,3 @@ while [ "$1" != "" ] ; do
223223
;;
224224
esac
225225
done
226-

scripts/dtc/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ dtc
22
dtc-lexer.lex.c
33
dtc-parser.tab.c
44
dtc-parser.tab.h
5-

scripts/dtc/fstree.c

-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,3 @@ struct boot_info *dt_from_fs(const char *dirname)
8888

8989
return build_boot_info(NULL, tree, guess_boot_cpuid(tree));
9090
}
91-

scripts/dtc/libfdt/fdt_empty_tree.c

-1
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,3 @@ int fdt_create_empty_tree(void *buf, int bufsize)
8181

8282
return fdt_open_into(buf, buf, bufsize);
8383
}
84-

scripts/dtc/treesource.c

-1
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,3 @@ void dt_to_source(FILE *f, struct boot_info *bi)
281281

282282
write_tree_source_node(f, bi->dt, 0);
283283
}
284-

scripts/headers.sh

-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,3 @@ for arch in ${archs}; do
2828
;;
2929
esac
3030
done
31-
32-

scripts/kconfig/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -319,4 +319,3 @@ $(obj)/%.moc: $(src)/%.h $(obj)/.tmp_qtcheck
319319
$(obj)/gconf.glade.h: $(obj)/gconf.glade
320320
$(Q)intltool-extract --type=gettext/glade --srcdir=$(srctree) \
321321
$(obj)/gconf.glade
322-

scripts/kconfig/check.sh

-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ EOF
1111
if [ ! "$?" -eq "0" ]; then
1212
echo -DKBUILD_NO_NLS;
1313
fi
14-

scripts/kconfig/mconf.c

-1
Original file line numberDiff line numberDiff line change
@@ -1034,4 +1034,3 @@ int main(int ac, char **av)
10341034

10351035
return res;
10361036
}
1037-

scripts/kconfig/nconf.c

-1
Original file line numberDiff line numberDiff line change
@@ -1554,4 +1554,3 @@ int main(int ac, char **av)
15541554
endwin();
15551555
return 0;
15561556
}
1557-

scripts/kconfig/util.c

-2
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,3 @@ void *xcalloc(size_t nmemb, size_t size)
155155
fprintf(stderr, "Out of memory.\n");
156156
exit(1);
157157
}
158-
159-

scripts/markup_oops.pl

-1
Original file line numberDiff line numberDiff line change
@@ -367,4 +367,3 @@ sub usage {
367367
EOT
368368
exit;
369369
}
370-

scripts/mksysmap

-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,3 @@
4242
# (At least sparc64 has __crc_ in the middle).
4343

4444
$NM -n $1 | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)' > $2
45-

scripts/mod/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ elfconfig.h
22
mk_elfconfig
33
modpost
44
devicetable-offsets.h
5-

scripts/mod/mk_elfconfig.c

-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,3 @@ main(int argc, char **argv)
5454

5555
return 0;
5656
}
57-

scripts/package/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,3 @@ help: FORCE
143143
@echo ' perf-targz-src-pkg - Build $(perf-tar).tar.gz source tarball'
144144
@echo ' perf-tarbz2-src-pkg - Build $(perf-tar).tar.bz2 source tarball'
145145
@echo ' perf-tarxz-src-pkg - Build $(perf-tar).tar.xz source tarball'
146-

scripts/package/buildtar

-1
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,3 @@ esac
136136
echo "Tarball successfully created in ${tarball}${file_ext}"
137137

138138
exit 0
139-

scripts/pnmtologo.c

-1
Original file line numberDiff line numberDiff line change
@@ -512,4 +512,3 @@ int main(int argc, char *argv[])
512512
}
513513
exit(0);
514514
}
515-

scripts/recordmcount.c

-2
Original file line numberDiff line numberDiff line change
@@ -480,5 +480,3 @@ main(int argc, char *argv[])
480480
}
481481
return !!n_error;
482482
}
483-
484-

scripts/rt-tester/check-all.sh

-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ testit t3-l2-pi.tst
1919
testit t4-l2-pi-deboost.tst
2020
testit t5-l4-pi-boost-deboost.tst
2121
testit t5-l4-pi-boost-deboost-setsched.tst
22-

scripts/rt-tester/rt-tester.py

-2
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,3 @@ def analyse(val, top, arg):
216216
# Normal exit pass
217217
print "Pass"
218218
sys.exit(0)
219-
220-

scripts/selinux/install_policy.sh

-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,3 @@ if [ "eq$dodev" != "eq" ]; then
6666
$SF file_contexts /dev
6767
mount --move /mnt /dev
6868
fi
69-

scripts/show_delta

-1
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,3 @@ def main():
126126
print (convert_line(line, base_time),)
127127

128128
main()
129-

0 commit comments

Comments
 (0)