Skip to content

Commit

Permalink
dm integrity: fix spelling mistake "flusing" -> "flushing"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a dm_integrity_io_error error
message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
  • Loading branch information
Colin Ian King authored and Mike Snitzer committed Feb 3, 2021
1 parent 74d1da3 commit 23c4ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/md/dm-integrity.c
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ static void flush_notify(unsigned long error, void *fr_)
{
struct flush_request *fr = fr_;
if (unlikely(error != 0))
dm_integrity_io_error(fr->ic, "flusing disk cache", -EIO);
dm_integrity_io_error(fr->ic, "flushing disk cache", -EIO);
complete(&fr->comp);
}

Expand Down

0 comments on commit 23c4ecb

Please sign in to comment.