diff options
author | Dongsheng Yang <yangds.fnst@cn.fujitsu.com> | 2015-07-01 11:44:16 +0800 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-07-06 14:55:03 -0700 |
commit | 5be8bafab070709ccc7535bc895ff16f141e3ad5 (patch) | |
tree | 80a45de25720f6e18b82d375d0987d07c76ff7d1 | |
parent | b0dd15b567ef39ae1ac2454d77d5f482de31c7f9 (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>
-rwxr-xr-x | MAKEDEV | 1 | ||||
-rw-r--r-- | device_table.txt | 1 | ||||
-rw-r--r-- | flashcp.c | 1 | ||||
-rw-r--r-- | include/mtd/inftl-user.h | 2 | ||||
-rw-r--r-- | mtd-utils.spec | 1 | ||||
-rw-r--r-- | rfddump.c | 1 | ||||
-rw-r--r-- | tests/checkfs/Makefile | 1 | ||||
-rw-r--r-- | tests/checkfs/README | 4 | ||||
-rw-r--r-- | tests/checkfs/comm.c | 13 | ||||
-rw-r--r-- | tests/checkfs/makefiles.c | 7 | ||||
-rw-r--r-- | tests/jittertest/filljffs2.sh | 1 | ||||
-rw-r--r-- | tests/jittertest/plotJittervsFill.c | 4 | ||||
-rw-r--r-- | tests/ubi-tests/io_update.c | 1 | ||||
-rw-r--r-- | tests/ubi-tests/mkvol_basic.c | 1 | ||||
-rw-r--r-- | ubi-utils/LICENSE.libiniparser | 1 | ||||
-rw-r--r-- | ubi-utils/include/ubiutils-common.h | 1 | ||||
-rw-r--r-- | ubi-utils/ubidetach.c | 1 |
17 files changed, 0 insertions, 42 deletions
@@ -39,4 +39,3 @@ for a in `seq 0 16` ; do mknod /dev/mtdr$a c 90 `expr $a + $a + 1` mknod /dev/mtdblock$a b 31 $a done - diff --git a/device_table.txt b/device_table.txt index 194fed6..394a62b 100644 --- a/device_table.txt +++ b/device_table.txt @@ -126,4 +126,3 @@ #/dev/sbpcd b 640 0 0 25 0 0 1 4 #/dev/mcd b 640 0 0 23 0 0 0 - #/dev/optcd b 640 0 0 17 0 0 0 - - @@ -387,4 +387,3 @@ int main (int argc,char *argv[]) exit (EXIT_SUCCESS); } - diff --git a/include/mtd/inftl-user.h b/include/mtd/inftl-user.h index 9b1e252..45220ed 100644 --- a/include/mtd/inftl-user.h +++ b/include/mtd/inftl-user.h @@ -87,5 +87,3 @@ struct INFTLMediaHeader { #define INFTL_LAST 0x80000000 #endif /* __MTD_INFTL_USER_H__ */ - - diff --git a/mtd-utils.spec b/mtd-utils.spec index 606a6a2..120e00c 100644 --- a/mtd-utils.spec +++ b/mtd-utils.spec @@ -37,4 +37,3 @@ rm -rf $RPM_BUILD_ROOT %changelog * Wed May 5 2004 <dwmw2@infradead.org> - 1.0 - Initial build. - @@ -335,4 +335,3 @@ err: return 2; } - 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; } - diff --git a/ubi-utils/LICENSE.libiniparser b/ubi-utils/LICENSE.libiniparser index dbfa45d..74c125c 100644 --- a/ubi-utils/LICENSE.libiniparser +++ b/ubi-utils/LICENSE.libiniparser @@ -18,4 +18,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/ubi-utils/include/ubiutils-common.h b/ubi-utils/include/ubiutils-common.h index 762e21f..9762837 100644 --- a/ubi-utils/include/ubiutils-common.h +++ b/ubi-utils/include/ubiutils-common.h @@ -33,4 +33,3 @@ int ubiutils_srand(void); #endif #endif /* !__UBI_UTILS_COMMON_H__ */ - diff --git a/ubi-utils/ubidetach.c b/ubi-utils/ubidetach.c index 64b748e..29f721e 100644 --- a/ubi-utils/ubidetach.c +++ b/ubi-utils/ubidetach.c @@ -204,4 +204,3 @@ out_libubi: libubi_close(libubi); return -1; } - |