[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250113091846.23813-1-colin.i.king@gmail.com>
Date: Mon, 13 Jan 2025 09:18:46 +0000
From: Colin Ian King <colin.i.king@...il.com>
To: Chris Mason <clm@...com>,
Josef Bacik <josef@...icpanda.com>,
David Sterba <dsterba@...e.com>,
Johannes Thumshirn <johannes.thumshirn@....com>,
Filipe Manana <fdmanana@...e.com>,
linux-btrfs@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH][next] btrfs: selftests: Fix spelling mistake "suceeded" -> "succeeded"
There is a spelling mistake in two test_err messages. Fix them.
Signed-off-by: Colin Ian King <colin.i.king@...il.com>
---
fs/btrfs/tests/raid-stripe-tree-tests.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/btrfs/tests/raid-stripe-tree-tests.c b/fs/btrfs/tests/raid-stripe-tree-tests.c
index 6c7e561e5564..6747350a05f5 100644
--- a/fs/btrfs/tests/raid-stripe-tree-tests.c
+++ b/fs/btrfs/tests/raid-stripe-tree-tests.c
@@ -315,7 +315,7 @@ static int test_delete_two_extents(struct btrfs_trans_handle *trans)
ret = btrfs_get_raid_extent_offset(fs_info, logical1, &len1, map_type,
0, &io_stripe);
if (ret != -ENODATA) {
- test_err("lookup of RAID extent [%llu, %llu] suceeded, should fail\n",
+ test_err("lookup of RAID extent [%llu, %llu] succeeded, should fail\n",
logical1, len1);
goto out;
}
@@ -323,7 +323,7 @@ static int test_delete_two_extents(struct btrfs_trans_handle *trans)
ret = btrfs_get_raid_extent_offset(fs_info, logical2, &len2, map_type,
0, &io_stripe);
if (ret != -ENODATA) {
- test_err("lookup of RAID extent [%llu, %llu] suceeded, should fail\n",
+ test_err("lookup of RAID extent [%llu, %llu] succeeded, should fail\n",
logical2, len2);
goto out;
}
--
2.47.1
Powered by blists - more mailing lists