From 51855e8981e1b5e0a7b919662c32d0e4a374f575 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 13 Jun 2017 15:17:28 +0900 Subject: treewide: remove unneeded semicolons Signed-off-by: Masahiro Yamada --- fs/yaffs2/yaffs_uboot_glue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs') diff --git a/fs/yaffs2/yaffs_uboot_glue.c b/fs/yaffs2/yaffs_uboot_glue.c index 25aa6d1..f663081 100644 --- a/fs/yaffs2/yaffs_uboot_glue.c +++ b/fs/yaffs2/yaffs_uboot_glue.c @@ -320,7 +320,7 @@ void read_a_file(char *fn) i++; if (i > 32) { printf("\n"); - i = 0;; + i = 0; } } printf("\n"); -- cgit v1.1