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 ------- 4 files changed, 25 deletions(-) (limited to 'tests/checkfs') 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()*/ - - - - - - - -- cgit v1.2.3