From 5be8bafab070709ccc7535bc895ff16f141e3ad5 Mon Sep 17 00:00:00 2001 From: Dongsheng Yang Date: Wed, 1 Jul 2015 11:44:16 +0800 Subject: mtd-utils: fix 'new blank line at EOF' problems Signed-off-by: Dongsheng Yang Signed-off-by: Brian Norris --- tests/checkfs/Makefile | 1 - tests/checkfs/README | 4 ---- tests/checkfs/comm.c | 13 ------------- tests/checkfs/makefiles.c | 7 ------- tests/jittertest/filljffs2.sh | 1 - tests/jittertest/plotJittervsFill.c | 4 ---- tests/ubi-tests/io_update.c | 1 - tests/ubi-tests/mkvol_basic.c | 1 - 8 files changed, 32 deletions(-) (limited to 'tests') 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; } - -- cgit v1.2.3