projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56596a9
)
btrfs: zlib: Fix spelling mistake "infalte" -> "inflate"
author
Colin Ian King
<colin.i.king@gmail.com>
Mon, 22 Jan 2024 13:01:02 +0000
(13:01 +0000)
committer
David Sterba
<dsterba@suse.com>
Mon, 4 Mar 2024 15:24:46 +0000
(16:24 +0100)
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>
fs/btrfs/zlib.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/btrfs/zlib.c
b/fs/btrfs/zlib.c
index 8da66ea699e8febfdef6cc189c5917d22628265d..e5b3f20038962f59fe6ba8e43bc291a059fb66c3 100644
(file)
--- a/
fs/btrfs/zlib.c
+++ b/
fs/btrfs/zlib.c
@@
-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: inf
al
te failed, decompressed=%lu expected=%zu\n",
+ pr_warn_ratelimited("BTRFS: inf
la
te failed, decompressed=%lu expected=%zu\n",
to_copy, destlen);
ret = -EIO;
} else {