diff mbox series

jbd2: delete the duplicated words in the comments

Message ID 12087f77-ab4d-c7ba-53b4-893dbf0026f0@huawei.com
State Accepted
Headers show
Series jbd2: delete the duplicated words in the comments | expand

Commit Message

wangyan Jan. 22, 2020, 9:33 a.m. UTC
Delete the duplicated words "is" in the comments

Signed-off-by: Yan Wang <wangyan122@huawei.com>
---
 fs/jbd2/transaction.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Theodore Ts'o Jan. 25, 2020, 7:23 a.m. UTC | #1
On Wed, Jan 22, 2020 at 05:33:10PM +0800, wangyan wrote:
> Delete the duplicated words "is" in the comments
> 
> Signed-off-by: Yan Wang <wangyan122@huawei.com>

Thanks, applied.

					- Ted
diff mbox series

Patch

diff --git a/fs/jbd2/transaction.c b/fs/jbd2/transaction.c
index 27b9f9dee434..5c3abbaccb57 100644
--- a/fs/jbd2/transaction.c
+++ b/fs/jbd2/transaction.c
@@ -525,7 +525,7 @@  EXPORT_SYMBOL(jbd2__journal_start);
  * modified buffers in the log.  We block until the log can guarantee
  * that much space. Additionally, if rsv_blocks > 0, we also create another
  * handle with rsv_blocks reserved blocks in the journal. This handle is
- * is stored in h_rsv_handle. It is not attached to any particular transaction
+ * stored in h_rsv_handle. It is not attached to any particular transaction
  * and thus doesn't block transaction commit. If the caller uses this reserved
  * handle, it has to set h_rsv_handle to NULL as otherwise jbd2_journal_stop()
  * on the parent handle will dispose the reserved one. Reserved handle has to