[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220716041434.33148-1-wangborong@cdjrlc.com>
Date: Sat, 16 Jul 2022 12:14:34 +0800
From: Jason Wang <wangborong@...rlc.com>
To: axboe@...nel.dk
Cc: philipp.reisner@...bit.com, lars.ellenberg@...bit.com,
christoph.boehmwalder@...bit.com, drbd-dev@...ts.linbit.com,
linux-block@...r.kernel.org, linux-kernel@...r.kernel.org,
Jason Wang <wangborong@...rlc.com>
Subject: [PATCH] block/drbd: Fix comment typo
The double `and' is duplicated in line 89, remove one.
Signed-off-by: Jason Wang <wangborong@...rlc.com>
---
drivers/block/drbd/drbd_bitmap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/block/drbd/drbd_bitmap.c b/drivers/block/drbd/drbd_bitmap.c
index 7d9db33363de..736416186c2f 100644
--- a/drivers/block/drbd/drbd_bitmap.c
+++ b/drivers/block/drbd/drbd_bitmap.c
@@ -86,7 +86,7 @@ struct drbd_bitmap {
/* exclusively to be used by __al_write_transaction(),
* drbd_bm_mark_for_writeout() and
- * and drbd_bm_write_hinted() -> bm_rw() called from there.
+ * drbd_bm_write_hinted() -> bm_rw() called from there.
*/
unsigned int n_bitmap_hints;
unsigned int al_bitmap_hints[AL_UPDATES_PER_TRANSACTION];
--
2.35.1
Powered by blists - more mailing lists