Linux Btrfs filesystem development
 help / color / mirror / Atom feed
From: Colin Ian King <colin.i.king@gmail.com>
To: Chris Mason <clm@fb.com>, Josef Bacik <josef@toxicpanda.com>,
	David Sterba <dsterba@suse.com>,
	linux-btrfs@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH][next] btrfs: Fix spelling mistake "decompresssed" -> "decompressed"
Date: Fri,  3 May 2024 10:40:40 +0100	[thread overview]
Message-ID: <20240503094040.2712326-1-colin.i.king@gmail.com> (raw)

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


             reply	other threads:[~2024-05-03  9:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-03  9:40 Colin Ian King [this message]
2024-05-03 11:41 ` [PATCH][next] btrfs: Fix spelling mistake "decompresssed" -> "decompressed" David Sterba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240503094040.2712326-1-colin.i.king@gmail.com \
    --to=colin.i.king@gmail.com \
    --cc=clm@fb.com \
    --cc=dsterba@suse.com \
    --cc=josef@toxicpanda.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox