kbuild: trivial - remove trailing empty lines
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
2d5c5dbb48
commit
7eb6e34052
26 changed files with 0 additions and 30 deletions
|
@ -21,4 +21,3 @@ all: $(patsubst %, $(obj)/%, $(generic-y))
|
||||||
|
|
||||||
$(obj)/%.h:
|
$(obj)/%.h:
|
||||||
$(call cmd,wrap)
|
$(call cmd,wrap)
|
||||||
|
|
||||||
|
|
|
@ -167,4 +167,3 @@ $(host-cshlib): $(obj)/%: $(host-cshobjs) FORCE
|
||||||
|
|
||||||
targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
|
targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
|
||||||
$(host-cxxmulti) $(host-cxxobjs) $(host-cshlib) $(host-cshobjs)
|
$(host-cxxmulti) $(host-cxxobjs) $(host-cshlib) $(host-cshobjs)
|
||||||
|
|
||||||
|
|
|
@ -173,4 +173,3 @@ while (my $line = <STDIN>) {
|
||||||
|
|
||||||
# Sort output by size (last field)
|
# Sort output by size (last field)
|
||||||
print sort { ($b =~ /:\t*(\d+)$/)[0] <=> ($a =~ /:\t*(\d+)$/)[0] } @stack;
|
print sort { ($b =~ /:\t*(\d+)$/)[0] <=> ($a =~ /:\t*(\d+)$/)[0] } @stack;
|
||||||
|
|
||||||
|
|
|
@ -223,4 +223,3 @@ while [ "$1" != "" ] ; do
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
1
scripts/dtc/.gitignore
vendored
1
scripts/dtc/.gitignore
vendored
|
@ -2,4 +2,3 @@ dtc
|
||||||
dtc-lexer.lex.c
|
dtc-lexer.lex.c
|
||||||
dtc-parser.tab.c
|
dtc-parser.tab.c
|
||||||
dtc-parser.tab.h
|
dtc-parser.tab.h
|
||||||
|
|
||||||
|
|
|
@ -88,4 +88,3 @@ struct boot_info *dt_from_fs(const char *dirname)
|
||||||
|
|
||||||
return build_boot_info(NULL, tree, guess_boot_cpuid(tree));
|
return build_boot_info(NULL, tree, guess_boot_cpuid(tree));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -81,4 +81,3 @@ int fdt_create_empty_tree(void *buf, int bufsize)
|
||||||
|
|
||||||
return fdt_open_into(buf, buf, bufsize);
|
return fdt_open_into(buf, buf, bufsize);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -281,4 +281,3 @@ void dt_to_source(FILE *f, struct boot_info *bi)
|
||||||
|
|
||||||
write_tree_source_node(f, bi->dt, 0);
|
write_tree_source_node(f, bi->dt, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -28,5 +28,3 @@ for arch in ${archs}; do
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -319,4 +319,3 @@ $(obj)/%.moc: $(src)/%.h $(obj)/.tmp_qtcheck
|
||||||
$(obj)/gconf.glade.h: $(obj)/gconf.glade
|
$(obj)/gconf.glade.h: $(obj)/gconf.glade
|
||||||
$(Q)intltool-extract --type=gettext/glade --srcdir=$(srctree) \
|
$(Q)intltool-extract --type=gettext/glade --srcdir=$(srctree) \
|
||||||
$(obj)/gconf.glade
|
$(obj)/gconf.glade
|
||||||
|
|
||||||
|
|
|
@ -11,4 +11,3 @@ EOF
|
||||||
if [ ! "$?" -eq "0" ]; then
|
if [ ! "$?" -eq "0" ]; then
|
||||||
echo -DKBUILD_NO_NLS;
|
echo -DKBUILD_NO_NLS;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -1034,4 +1034,3 @@ int main(int ac, char **av)
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1554,4 +1554,3 @@ int main(int ac, char **av)
|
||||||
endwin();
|
endwin();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -155,5 +155,3 @@ void *xcalloc(size_t nmemb, size_t size)
|
||||||
fprintf(stderr, "Out of memory.\n");
|
fprintf(stderr, "Out of memory.\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -367,4 +367,3 @@ OPTION:
|
||||||
EOT
|
EOT
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -42,4 +42,3 @@
|
||||||
# (At least sparc64 has __crc_ in the middle).
|
# (At least sparc64 has __crc_ in the middle).
|
||||||
|
|
||||||
$NM -n $1 | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)' > $2
|
$NM -n $1 | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)' > $2
|
||||||
|
|
||||||
|
|
1
scripts/mod/.gitignore
vendored
1
scripts/mod/.gitignore
vendored
|
@ -2,4 +2,3 @@ elfconfig.h
|
||||||
mk_elfconfig
|
mk_elfconfig
|
||||||
modpost
|
modpost
|
||||||
devicetable-offsets.h
|
devicetable-offsets.h
|
||||||
|
|
||||||
|
|
|
@ -54,4 +54,3 @@ main(int argc, char **argv)
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -143,4 +143,3 @@ help: FORCE
|
||||||
@echo ' perf-targz-src-pkg - Build $(perf-tar).tar.gz source tarball'
|
@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-tarbz2-src-pkg - Build $(perf-tar).tar.bz2 source tarball'
|
||||||
@echo ' perf-tarxz-src-pkg - Build $(perf-tar).tar.xz source tarball'
|
@echo ' perf-tarxz-src-pkg - Build $(perf-tar).tar.xz source tarball'
|
||||||
|
|
||||||
|
|
|
@ -136,4 +136,3 @@ esac
|
||||||
echo "Tarball successfully created in ${tarball}${file_ext}"
|
echo "Tarball successfully created in ${tarball}${file_ext}"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|
|
@ -512,4 +512,3 @@ int main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -480,5 +480,3 @@ main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
return !!n_error;
|
return !!n_error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -19,4 +19,3 @@ testit t3-l2-pi.tst
|
||||||
testit t4-l2-pi-deboost.tst
|
testit t4-l2-pi-deboost.tst
|
||||||
testit t5-l4-pi-boost-deboost.tst
|
testit t5-l4-pi-boost-deboost.tst
|
||||||
testit t5-l4-pi-boost-deboost-setsched.tst
|
testit t5-l4-pi-boost-deboost-setsched.tst
|
||||||
|
|
||||||
|
|
|
@ -216,5 +216,3 @@ while 1:
|
||||||
# Normal exit pass
|
# Normal exit pass
|
||||||
print "Pass"
|
print "Pass"
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -66,4 +66,3 @@ if [ "eq$dodev" != "eq" ]; then
|
||||||
$SF file_contexts /dev
|
$SF file_contexts /dev
|
||||||
mount --move /mnt /dev
|
mount --move /mnt /dev
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -126,4 +126,3 @@ def main():
|
||||||
print (convert_line(line, base_time),)
|
print (convert_line(line, base_time),)
|
||||||
|
|
||||||
main()
|
main()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue