2012-07-15 03:41:19

by Wang Sheng-Hui

[permalink] [raw]
Subject: [PATCH] ext4: fix trivial typo in the comment for extents.c/ext4_split_unwritten_extents

Put the sign '/' to the right position.

Signed-off-by: Wang Sheng-Hui <[email protected]>
---
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 7f6fb48..f394e0f 100644
--- a/fs/ext4/extents.c
+++ b/fs/ext4/extents.c
@@ -3241,7 +3241,7 @@ out:
* to an uninitialized extent.
*
* Writing to an uninitialized extent may result in splitting the uninitialized
- * extent into multiple /initialized uninitialized extents (up to three)
+ * extent into multiple initialized/uninitialized extents (up to three)
* There are three possibilities:
* a> There is no split required: Entire extent should be uninitialized
* b> Splits in two extents: Write is happening at either end of the extent
--
1.7.1



2012-08-19 02:39:32

by Theodore Ts'o

[permalink] [raw]
Subject: Re: [PATCH] ext4: fix trivial typo in the comment for extents.c/ext4_split_unwritten_extents

On Sun, Jul 15, 2012 at 11:41:08AM +0800, Wang Sheng-Hui wrote:
> Put the sign '/' to the right position.
>
> Signed-off-by: Wang Sheng-Hui <[email protected]>

Applied, thanks.

- Ted