aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDongsheng Yang <yangds.fnst@cn.fujitsu.com>2015-07-01 11:44:16 +0800
committerBrian Norris <computersforpeace@gmail.com>2015-07-06 14:55:03 -0700
commit5be8bafab070709ccc7535bc895ff16f141e3ad5 (patch)
tree80a45de25720f6e18b82d375d0987d07c76ff7d1 /tests
parentb0dd15b567ef39ae1ac2454d77d5f482de31c7f9 (diff)
mtd-utils: fix 'new blank line at EOF' problems
Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/checkfs/Makefile1
-rw-r--r--tests/checkfs/README4
-rw-r--r--tests/checkfs/comm.c13
-rw-r--r--tests/checkfs/makefiles.c7
-rw-r--r--tests/jittertest/filljffs2.sh1
-rw-r--r--tests/jittertest/plotJittervsFill.c4
-rw-r--r--tests/ubi-tests/io_update.c1
-rw-r--r--tests/ubi-tests/mkvol_basic.c1
8 files changed, 0 insertions, 32 deletions
diff --git a/tests/checkfs/Makefile b/tests/checkfs/Makefile
index 0a77682..14a83d4 100644
--- a/tests/checkfs/Makefile
+++ b/tests/checkfs/Makefile
@@ -3,4 +3,3 @@ TARGETS = checkfs makefiles
include ../../common.mk
$(TARGETS): $(addprefix $(BUILDDIR)/, comm.o)
-
diff --git a/tests/checkfs/README b/tests/checkfs/README
index 6b72487..d5b3b87 100644
--- a/tests/checkfs/README
+++ b/tests/checkfs/README
@@ -167,7 +167,3 @@ checkfs is called from the rc.local script file.
The cycle then repeats till a problem is detected, at which point
the "ok to power me down" message is not sent and the cycle stops
waiting for the user to examine the system.
-
-
-
-
diff --git a/tests/checkfs/comm.c b/tests/checkfs/comm.c
index 881a270..c8c457e 100644
--- a/tests/checkfs/comm.c
+++ b/tests/checkfs/comm.c
@@ -49,16 +49,3 @@ int do_pwr_dn(int fd, int cycleCnt)
return 0;
}
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tests/checkfs/makefiles.c b/tests/checkfs/makefiles.c
index 662fe86..589280b 100644
--- a/tests/checkfs/makefiles.c
+++ b/tests/checkfs/makefiles.c
@@ -255,10 +255,3 @@ int main(void){
exit(0);
}/*end main()*/
-
-
-
-
-
-
-
diff --git a/tests/jittertest/filljffs2.sh b/tests/jittertest/filljffs2.sh
index d8c2a83..5d42ab5 100644
--- a/tests/jittertest/filljffs2.sh
+++ b/tests/jittertest/filljffs2.sh
@@ -13,4 +13,3 @@ do
echo "sleeping $3"
sleep $3
done
-
diff --git a/tests/jittertest/plotJittervsFill.c b/tests/jittertest/plotJittervsFill.c
index 9f6c7b3..99e627b 100644
--- a/tests/jittertest/plotJittervsFill.c
+++ b/tests/jittertest/plotJittervsFill.c
@@ -306,7 +306,3 @@ int main(
}/* end main() */
-
-
-
-
diff --git a/tests/ubi-tests/io_update.c b/tests/ubi-tests/io_update.c
index 29dd125..28b5570 100644
--- a/tests/ubi-tests/io_update.c
+++ b/tests/ubi-tests/io_update.c
@@ -296,4 +296,3 @@ close:
libubi_close(libubi);
return 1;
}
-
diff --git a/tests/ubi-tests/mkvol_basic.c b/tests/ubi-tests/mkvol_basic.c
index 2ff6ac1..88d115a 100644
--- a/tests/ubi-tests/mkvol_basic.c
+++ b/tests/ubi-tests/mkvol_basic.c
@@ -248,4 +248,3 @@ close:
libubi_close(libubi);
return 1;
}
-