Skip to content

Commit 7eb6e34

Browse files
masahir0ymichal42
authored andcommitted
kbuild: trivial - remove trailing empty lines
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
1 parent 2d5c5db commit 7eb6e34

26 files changed

+0
-30
lines changed

scripts/Makefile.asm-generic

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

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

scripts/dtc/.gitignore

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 1 deletion
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-

0 commit comments

Comments
 (0)