Skip to content

Commit

Permalink
kbuild: trivial - remove trailing empty lines
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y authored and michal42 committed Jun 9, 2014
1 parent 2d5c5db commit 7eb6e34
Show file tree
Hide file tree
Showing 26 changed files with 0 additions and 30 deletions.
1 change: 0 additions & 1 deletion scripts/Makefile.asm-generic
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ all: $(patsubst %, $(obj)/%, $(generic-y))

$(obj)/%.h:
$(call cmd,wrap)

1 change: 0 additions & 1 deletion scripts/Makefile.host
Original file line number Diff line number Diff line change
Expand Up @@ -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)

1 change: 0 additions & 1 deletion scripts/checkstack.pl
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,3 @@

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

1 change: 0 additions & 1 deletion scripts/config
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,3 @@ while [ "$1" != "" ] ; do
;;
esac
done

1 change: 0 additions & 1 deletion scripts/dtc/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ dtc
dtc-lexer.lex.c
dtc-parser.tab.c
dtc-parser.tab.h

1 change: 0 additions & 1 deletion scripts/dtc/fstree.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,3 @@ struct boot_info *dt_from_fs(const char *dirname)

return build_boot_info(NULL, tree, guess_boot_cpuid(tree));
}

1 change: 0 additions & 1 deletion scripts/dtc/libfdt/fdt_empty_tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,3 @@ int fdt_create_empty_tree(void *buf, int bufsize)

return fdt_open_into(buf, buf, bufsize);
}

1 change: 0 additions & 1 deletion scripts/dtc/treesource.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,3 @@ void dt_to_source(FILE *f, struct boot_info *bi)

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

2 changes: 0 additions & 2 deletions scripts/headers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ for arch in ${archs}; do
;;
esac
done


1 change: 0 additions & 1 deletion scripts/kconfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

1 change: 0 additions & 1 deletion scripts/kconfig/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ EOF
if [ ! "$?" -eq "0" ]; then
echo -DKBUILD_NO_NLS;
fi

1 change: 0 additions & 1 deletion scripts/kconfig/mconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1034,4 +1034,3 @@ int main(int ac, char **av)

return res;
}

1 change: 0 additions & 1 deletion scripts/kconfig/nconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1554,4 +1554,3 @@ int main(int ac, char **av)
endwin();
return 0;
}

2 changes: 0 additions & 2 deletions scripts/kconfig/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,3 @@ void *xcalloc(size_t nmemb, size_t size)
fprintf(stderr, "Out of memory.\n");
exit(1);
}


1 change: 0 additions & 1 deletion scripts/markup_oops.pl
Original file line number Diff line number Diff line change
Expand Up @@ -367,4 +367,3 @@ sub usage {
EOT
exit;
}

1 change: 0 additions & 1 deletion scripts/mksysmap
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@
# (At least sparc64 has __crc_ in the middle).

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

1 change: 0 additions & 1 deletion scripts/mod/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ elfconfig.h
mk_elfconfig
modpost
devicetable-offsets.h

1 change: 0 additions & 1 deletion scripts/mod/mk_elfconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ main(int argc, char **argv)

return 0;
}

1 change: 0 additions & 1 deletion scripts/package/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

1 change: 0 additions & 1 deletion scripts/package/buildtar
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,3 @@ esac
echo "Tarball successfully created in ${tarball}${file_ext}"

exit 0

1 change: 0 additions & 1 deletion scripts/pnmtologo.c
Original file line number Diff line number Diff line change
Expand Up @@ -512,4 +512,3 @@ int main(int argc, char *argv[])
}
exit(0);
}

2 changes: 0 additions & 2 deletions scripts/recordmcount.c
Original file line number Diff line number Diff line change
Expand Up @@ -480,5 +480,3 @@ main(int argc, char *argv[])
}
return !!n_error;
}


1 change: 0 additions & 1 deletion scripts/rt-tester/check-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 0 additions & 2 deletions scripts/rt-tester/rt-tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,3 @@ def analyse(val, top, arg):
# Normal exit pass
print "Pass"
sys.exit(0)


1 change: 0 additions & 1 deletion scripts/selinux/install_policy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,3 @@ if [ "eq$dodev" != "eq" ]; then
$SF file_contexts /dev
mount --move /mnt /dev
fi

1 change: 0 additions & 1 deletion scripts/show_delta
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,3 @@ def main():
print (convert_line(line, base_time),)

main()

0 comments on commit 7eb6e34

Please sign in to comment.