Fixed a brace coding style issue. Signed-off-by: Zac Storer <zac.3.14159@xxxxxxxxx> --- fs/ext4/extents.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index 61fa9e1..6544208 100644 --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c @@ -4017,7 +4017,7 @@ got_allocated_blocks: ext4_ext_store_pblock(&newex, newblock + offset); newex.ee_len = cpu_to_le16(ar.len); /* Mark uninitialized */ - if (flags & EXT4_GET_BLOCKS_UNINIT_EXT){ + if (flags & EXT4_GET_BLOCKS_UNINIT_EXT) { ext4_ext_mark_uninitialized(&newex); /* * io_end structure was created for every IO write to an -- 1.7.7.3 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html