Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
7eb6e340
Commit
7eb6e340
authored
May 29, 2014
by
Masahiro Yamada
Committed by
Michal Marek
Jun 10, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kbuild: trivial - remove trailing empty lines
Signed-off-by:
Masahiro Yamada
<
yamada.m@jp.panasonic.com
>
parent
2d5c5dbb
Changes
26
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
0 additions
and
30 deletions
+0
-30
scripts/Makefile.asm-generic
scripts/Makefile.asm-generic
+0
-1
scripts/Makefile.host
scripts/Makefile.host
+0
-1
scripts/checkstack.pl
scripts/checkstack.pl
+0
-1
scripts/config
scripts/config
+0
-1
scripts/dtc/.gitignore
scripts/dtc/.gitignore
+0
-1
scripts/dtc/fstree.c
scripts/dtc/fstree.c
+0
-1
scripts/dtc/libfdt/fdt_empty_tree.c
scripts/dtc/libfdt/fdt_empty_tree.c
+0
-1
scripts/dtc/treesource.c
scripts/dtc/treesource.c
+0
-1
scripts/headers.sh
scripts/headers.sh
+0
-2
scripts/kconfig/Makefile
scripts/kconfig/Makefile
+0
-1
scripts/kconfig/check.sh
scripts/kconfig/check.sh
+0
-1
scripts/kconfig/mconf.c
scripts/kconfig/mconf.c
+0
-1
scripts/kconfig/nconf.c
scripts/kconfig/nconf.c
+0
-1
scripts/kconfig/util.c
scripts/kconfig/util.c
+0
-2
scripts/markup_oops.pl
scripts/markup_oops.pl
+0
-1
scripts/mksysmap
scripts/mksysmap
+0
-1
scripts/mod/.gitignore
scripts/mod/.gitignore
+0
-1
scripts/mod/mk_elfconfig.c
scripts/mod/mk_elfconfig.c
+0
-1
scripts/package/Makefile
scripts/package/Makefile
+0
-1
scripts/package/buildtar
scripts/package/buildtar
+0
-1
scripts/pnmtologo.c
scripts/pnmtologo.c
+0
-1
scripts/recordmcount.c
scripts/recordmcount.c
+0
-2
scripts/rt-tester/check-all.sh
scripts/rt-tester/check-all.sh
+0
-1
scripts/rt-tester/rt-tester.py
scripts/rt-tester/rt-tester.py
+0
-2
scripts/selinux/install_policy.sh
scripts/selinux/install_policy.sh
+0
-1
scripts/show_delta
scripts/show_delta
+0
-1
No files found.
scripts/Makefile.asm-generic
View file @
7eb6e340
...
...
@@ -21,4 +21,3 @@ all: $(patsubst %, $(obj)/%, $(generic-y))
$(obj)/%.h
:
$(
call
cmd,wrap
)
scripts/Makefile.host
View file @
7eb6e340
...
...
@@ -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
)
scripts/checkstack.pl
View file @
7eb6e340
...
...
@@ -173,4 +173,3 @@ while (my $line = <STDIN>) {
# Sort output by size (last field)
print
sort
{
(
$b
=~
/:\t*(\d+)$/
)[
0
]
<=>
(
$a
=~
/:\t*(\d+)$/
)[
0
]
}
@stack
;
scripts/config
View file @
7eb6e340
...
...
@@ -223,4 +223,3 @@ while [ "$1" != "" ] ; do
;;
esac
done
scripts/dtc/.gitignore
View file @
7eb6e340
...
...
@@ -2,4 +2,3 @@ dtc
dtc-lexer.lex.c
dtc-parser.tab.c
dtc-parser.tab.h
scripts/dtc/fstree.c
View file @
7eb6e340
...
...
@@ -88,4 +88,3 @@ struct boot_info *dt_from_fs(const char *dirname)
return
build_boot_info
(
NULL
,
tree
,
guess_boot_cpuid
(
tree
));
}
scripts/dtc/libfdt/fdt_empty_tree.c
View file @
7eb6e340
...
...
@@ -81,4 +81,3 @@ int fdt_create_empty_tree(void *buf, int bufsize)
return
fdt_open_into
(
buf
,
buf
,
bufsize
);
}
scripts/dtc/treesource.c
View file @
7eb6e340
...
...
@@ -281,4 +281,3 @@ void dt_to_source(FILE *f, struct boot_info *bi)
write_tree_source_node
(
f
,
bi
->
dt
,
0
);
}
scripts/headers.sh
View file @
7eb6e340
...
...
@@ -28,5 +28,3 @@ for arch in ${archs}; do
;;
esac
done
scripts/kconfig/Makefile
View file @
7eb6e340
...
...
@@ -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
scripts/kconfig/check.sh
View file @
7eb6e340
...
...
@@ -11,4 +11,3 @@ EOF
if
[
!
"
$?
"
-eq
"0"
]
;
then
echo
-DKBUILD_NO_NLS
;
fi
scripts/kconfig/mconf.c
View file @
7eb6e340
...
...
@@ -1034,4 +1034,3 @@ int main(int ac, char **av)
return
res
;
}
scripts/kconfig/nconf.c
View file @
7eb6e340
...
...
@@ -1554,4 +1554,3 @@ int main(int ac, char **av)
endwin
();
return
0
;
}
scripts/kconfig/util.c
View file @
7eb6e340
...
...
@@ -155,5 +155,3 @@ void *xcalloc(size_t nmemb, size_t size)
fprintf
(
stderr
,
"Out of memory.
\n
"
);
exit
(
1
);
}
scripts/markup_oops.pl
View file @
7eb6e340
...
...
@@ -367,4 +367,3 @@ OPTION:
EOT
exit
;
}
scripts/mksysmap
View file @
7eb6e340
...
...
@@ -42,4 +42,3 @@
# (At least sparc64 has __crc_ in the middle).
$NM
-n
$1
|
grep
-v
'\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)'
>
$2
scripts/mod/.gitignore
View file @
7eb6e340
...
...
@@ -2,4 +2,3 @@ elfconfig.h
mk_elfconfig
modpost
devicetable-offsets.h
scripts/mod/mk_elfconfig.c
View file @
7eb6e340
...
...
@@ -54,4 +54,3 @@ main(int argc, char **argv)
return
0
;
}
scripts/package/Makefile
View file @
7eb6e340
...
...
@@ -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'
scripts/package/buildtar
View file @
7eb6e340
...
...
@@ -136,4 +136,3 @@ esac
echo
"Tarball successfully created in
${
tarball
}${
file_ext
}
"
exit
0
scripts/pnmtologo.c
View file @
7eb6e340
...
...
@@ -512,4 +512,3 @@ int main(int argc, char *argv[])
}
exit
(
0
);
}
scripts/recordmcount.c
View file @
7eb6e340
...
...
@@ -480,5 +480,3 @@ main(int argc, char *argv[])
}
return
!!
n_error
;
}
scripts/rt-tester/check-all.sh
View file @
7eb6e340
...
...
@@ -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
scripts/rt-tester/rt-tester.py
View file @
7eb6e340
...
...
@@ -216,5 +216,3 @@ while 1:
# Normal exit pass
print
"Pass"
sys
.
exit
(
0
)
scripts/selinux/install_policy.sh
View file @
7eb6e340
...
...
@@ -66,4 +66,3 @@ if [ "eq$dodev" != "eq" ]; then
$SF
file_contexts /dev
mount
--move
/mnt /dev
fi
scripts/show_delta
View file @
7eb6e340
...
...
@@ -126,4 +126,3 @@ def main():
print
(
convert_line
(
line
,
base_time
),)
main
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment