f2fs: clean checkpatch warnings
[deliverable/linux.git] / fs / f2fs / file.c
index 14511b00fffa1aa5760f9e3c7133b7a675a3a6c7..85e91ca88d5791835d25dffe6fc0932f9640203b 100644 (file)
@@ -202,7 +202,7 @@ int truncate_data_blocks_range(struct dnode_of_data *dn, int count)
        raw_node = F2FS_NODE(dn->node_page);
        addr = blkaddr_in_node(raw_node) + ofs;
 
-       for ( ; count > 0; count--, addr++, dn->ofs_in_node++) {
+       for (; count > 0; count--, addr++, dn->ofs_in_node++) {
                block_t blkaddr = le32_to_cpu(*addr);
                if (blkaddr == NULL_ADDR)
                        continue;
This page took 0.025503 seconds and 5 git commands to generate.