Linux Btrfs filesystem development
 help / color / mirror / Atom feed
* [PATCH][next] btrfs: Fix spelling mistake "decompresssed" -> "decompressed"
@ 2024-05-03  9:40 Colin Ian King
  2024-05-03 11:41 ` David Sterba
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2024-05-03  9:40 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba, linux-btrfs
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a btrfs_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 fs/btrfs/zlib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/btrfs/zlib.c b/fs/btrfs/zlib.c
index 518d05b00a20..d7e5f681bc32 100644
--- a/fs/btrfs/zlib.c
+++ b/fs/btrfs/zlib.c
@@ -435,7 +435,7 @@ int zlib_decompress(struct list_head *ws, const u8 *data_in,
 		struct btrfs_inode *inode = BTRFS_I(dest_page->mapping->host);
 
 		btrfs_err(inode->root->fs_info,
-"zlib decompression failed, error %d root %llu inode %llu offset %llu decompresssed %lu expected %zu",
+"zlib decompression failed, error %d root %llu inode %llu offset %llu decompressed %lu expected %zu",
 			  ret, inode->root->root_key.objectid, btrfs_ino(inode),
 			  page_offset(dest_page), to_copy, destlen);
 		ret = -EIO;
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-03 11:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-03  9:40 [PATCH][next] btrfs: Fix spelling mistake "decompresssed" -> "decompressed" Colin Ian King
2024-05-03 11:41 ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox