* [PATCH] dm snapshot: Fix typo in comments
@ 2022-07-01 8:09 Zhang Jiaming
0 siblings, 0 replies; only message in thread
From: Zhang Jiaming @ 2022-07-01 8:09 UTC (permalink / raw)
To: agk, snitzer, dm-devel; +Cc: linux-kernel, liqiong, renyu, Zhang Jiaming
There is a typo (writeable) in comments.
Fix it.
Signed-off-by: Zhang Jiaming <jiaming@nfschina.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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-07-01 8:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-01 8:09 [PATCH] dm snapshot: Fix typo in comments Zhang Jiaming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®