* [PATCH][next] bcachefs: Fix spelling mistake "nonexistant" -> "nonexistent"
@ 2025-02-28 8:46 Colin Ian King
0 siblings, 0 replies; only message in thread
From: Colin Ian King @ 2025-02-28 8:46 UTC (permalink / raw)
To: Kent Overstreet, linux-bcachefs; +Cc: kernel-janitors, linux-kernel
There is a spelling mistake in a fsck_err message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
fs/bcachefs/alloc_background.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/bcachefs/alloc_background.c b/fs/bcachefs/alloc_background.c
index ecad4a78c3f7..6db3482c3e19 100644
--- a/fs/bcachefs/alloc_background.c
+++ b/fs/bcachefs/alloc_background.c
@@ -1407,7 +1407,7 @@ int bch2_check_discard_freespace_key(struct btree_trans *trans, struct btree_ite
if (!bch2_dev_bucket_exists(c, bucket)) {
if (fsck_err(trans, need_discard_freespace_key_to_invalid_dev_bucket,
- "entry in %s btree for nonexistant dev:bucket %llu:%llu",
+ "entry in %s btree for nonexistent dev:bucket %llu:%llu",
bch2_btree_id_str(iter->btree_id), bucket.inode, bucket.offset))
goto delete;
ret = 1;
--
2.47.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-02-28 8:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-28 8:46 [PATCH][next] bcachefs: Fix spelling mistake "nonexistant" -> "nonexistent" Colin Ian King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®