mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
btrfs: zlib: Fix spelling mistake "infalte" -> "inflate"
There is a spelling mistake in a warning message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
56596a9fdd
commit
835cd82649
@ -398,7 +398,7 @@ int zlib_decompress(struct list_head *ws, const u8 *data_in,
|
||||
|
||||
out:
|
||||
if (unlikely(to_copy != destlen)) {
|
||||
pr_warn_ratelimited("BTRFS: infalte failed, decompressed=%lu expected=%zu\n",
|
||||
pr_warn_ratelimited("BTRFS: inflate failed, decompressed=%lu expected=%zu\n",
|
||||
to_copy, destlen);
|
||||
ret = -EIO;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user