From: Zhang Jiaming Date: Fri, 1 Jul 2022 08:09:59 +0000 (+0800) Subject: dm snapshot: fix typo in snapshot_map() comment X-Git-Tag: baikal/mips/sdk6.1~5191^2~17 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=00f6280edda8f829376bd27359a282b409b73702;p=kernel.git dm snapshot: fix typo in snapshot_map() comment Signed-off-by: Zhang Jiaming Signed-off-by: Mike Snitzer --- diff --git a/drivers/md/dm-snap.c b/drivers/md/dm-snap.c index 0d336b5ec5714..d1c2f84d27e36 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);