summaryrefslogtreecommitdiff
path: root/fs/yaffs2
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-06-13 15:17:28 +0900
committerTom Rini <trini@konsulko.com>2017-06-16 10:11:38 -0400
commit51855e8981e1b5e0a7b919662c32d0e4a374f575 (patch)
tree762738b85b584532488494177b725e284b82cb6e /fs/yaffs2
parentf9e4afcd162301b3e32a9cceb9283005a8638bd1 (diff)
treewide: remove unneeded semicolons
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'fs/yaffs2')
-rw-r--r--fs/yaffs2/yaffs_uboot_glue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/yaffs2/yaffs_uboot_glue.c b/fs/yaffs2/yaffs_uboot_glue.c
index 25aa6d1564..f6630817d2 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");