summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-06-13 06:17:28 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-16 14:11:38 (GMT)
commit51855e8981e1b5e0a7b919662c32d0e4a374f575 (patch)
tree762738b85b584532488494177b725e284b82cb6e /fs
parentf9e4afcd162301b3e32a9cceb9283005a8638bd1 (diff)
downloadu-boot-51855e8981e1b5e0a7b919662c32d0e4a374f575.tar.xz
treewide: remove unneeded semicolons
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'fs')
-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 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");