* [PATCH] ext4: fix trivial typo in the comment for extents.c/ext4_split_unwritten_extents
@ 2012-07-15 3:41 Wang Sheng-Hui
2012-08-19 2:39 ` Theodore Ts'o
0 siblings, 1 reply; 2+ messages in thread
From: Wang Sheng-Hui @ 2012-07-15 3:41 UTC (permalink / raw)
To: Theodore Ts'o, Andreas Dilger, linux-ext4, linux-kernel
Put the sign '/' to the right position.
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.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 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ext4: fix trivial typo in the comment for extents.c/ext4_split_unwritten_extents
2012-07-15 3:41 [PATCH] ext4: fix trivial typo in the comment for extents.c/ext4_split_unwritten_extents Wang Sheng-Hui
@ 2012-08-19 2:39 ` Theodore Ts'o
0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2012-08-19 2:39 UTC (permalink / raw)
To: Wang Sheng-Hui; +Cc: Andreas Dilger, linux-ext4, linux-kernel
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 <shhuiw@gmail.com>
Applied, thanks.
- Ted
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-19 2:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-15 3:41 [PATCH] ext4: fix trivial typo in the comment for extents.c/ext4_split_unwritten_extents Wang Sheng-Hui
2012-08-19 2:39 ` Theodore Ts'o
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).