diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-05-29 14:12:29 +0900 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2014-06-10 00:04:06 +0200 |
commit | 7eb6e340526adf14ed7cf7dfde8b9c6fc0741cfc (patch) | |
tree | 0e5bfa931e32e706edcb9fc108369ed8902702fe /scripts/rt-tester | |
parent | 2d5c5dbb48253f1729dc09f266a98bd2d7e694cb (diff) | |
download | linux-7eb6e340526adf14ed7cf7dfde8b9c6fc0741cfc.tar.gz linux-7eb6e340526adf14ed7cf7dfde8b9c6fc0741cfc.tar.bz2 linux-7eb6e340526adf14ed7cf7dfde8b9c6fc0741cfc.zip |
kbuild: trivial - remove trailing empty lines
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'scripts/rt-tester')
-rw-r--r-- | scripts/rt-tester/check-all.sh | 1 | ||||
-rw-r--r-- | scripts/rt-tester/rt-tester.py | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/scripts/rt-tester/check-all.sh b/scripts/rt-tester/check-all.sh index 43098afe7431..6b5c83baf148 100644 --- a/scripts/rt-tester/check-all.sh +++ b/scripts/rt-tester/check-all.sh @@ -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 - diff --git a/scripts/rt-tester/rt-tester.py b/scripts/rt-tester/rt-tester.py index 34186cac1d2f..6d916c2a45a5 100644 --- a/scripts/rt-tester/rt-tester.py +++ b/scripts/rt-tester/rt-tester.py @@ -216,5 +216,3 @@ while 1: # Normal exit pass print "Pass" sys.exit(0) - - |