[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1321540106-4321-1-git-send-email-zac.3.14159@gmail.com>
Date: Thu, 17 Nov 2011 07:28:26 -0700
From: Zac Storer <zac.3.14159@...il.com>
To: tytso@....edu
Cc: linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org,
Zac Storer <zac.3.14159@...il.com>
Subject: [PATCH 2/2] Fs: ext4: extents: fixed a brace coding style issue
Fixed a brace coding style issue.
Signed-off-by: Zac Storer <zac.3.14159@...il.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists