treewide: remove extra semicolons
[linux-2.6-block.git] / fs / logfs / readwrite.c
index ee99a9f5dfd3ac251b6b824a1032ce45b68b6ed7..3dcb3a60c33190c56727dd2294f4dbb5ee24284f 100644 (file)
@@ -481,7 +481,7 @@ static int inode_write_alias(struct super_block *sb,
                        val = inode_val0(inode);
                        break;
                case INODE_USED_OFS:
-                       val = cpu_to_be64(li->li_used_bytes);;
+                       val = cpu_to_be64(li->li_used_bytes);
                        break;
                case INODE_SIZE_OFS:
                        val = cpu_to_be64(i_size_read(inode));