[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220701080959.13980-1-jiaming@nfschina.com>
Date: Fri, 1 Jul 2022 16:09:59 +0800
From: Zhang Jiaming <jiaming@...china.com>
To: agk@...hat.com, snitzer@...nel.org, dm-devel@...hat.com
Cc: linux-kernel@...r.kernel.org, liqiong@...china.com,
renyu@...china.com, Zhang Jiaming <jiaming@...china.com>
Subject: [PATCH] dm snapshot: Fix typo in comments
There is a typo (writeable) in comments.
Fix it.
Signed-off-by: Zhang Jiaming <jiaming@...china.com>
---
drivers/md/dm-snap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/md/dm-snap.c b/drivers/md/dm-snap.c
index 0d336b5ec571..d1c2f84d27e3 100644
--- a/drivers/md/dm-snap.c
+++ b/drivers/md/dm-snap.c
@@ -2026,7 +2026,7 @@ static int snapshot_map(struct dm_target *ti, struct bio *bio)
/*
* Write to snapshot - higher level takes care of RW/RO
* flags so we should only get this if we are
- * writeable.
+ * writable.
*/
if (bio_data_dir(bio) == WRITE) {
pe = __lookup_pending_exception(s, chunk);
--
2.25.1
Powered by blists - more mailing lists