* [PATCH] bcachefs: Fix typo in bch_err message
@ 2024-12-09 12:54 Andrew Kreimer
0 siblings, 0 replies; only message in thread
From: Andrew Kreimer @ 2024-12-09 12:54 UTC (permalink / raw)
To: Kent Overstreet
Cc: linux-bcachefs, linux-kernel, kernel-janitors, Andrew Kreimer
There is a typo in bch_err message: Hava -> Have.
Fix it via codespell.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
fs/bcachefs/journal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/bcachefs/journal.c b/fs/bcachefs/journal.c
index 2cd20114b74b..471c6a3ffcd2 100644
--- a/fs/bcachefs/journal.c
+++ b/fs/bcachefs/journal.c
@@ -167,7 +167,7 @@ journal_error_check_stuck(struct journal *j, int error, unsigned flags)
j->err_seq = journal_cur_seq(j);
spin_unlock(&j->lock);
- bch_err(c, "Journal stuck! Hava a pre-reservation but journal full (error %s)",
+ bch_err(c, "Journal stuck! Have a pre-reservation but journal full (error %s)",
bch2_journal_errors[error]);
bch2_journal_debug_to_text(&buf, j);
bch_err(c, "%s", buf.buf);
--
2.47.1.404.ge66fd72e97
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-09 12:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-09 12:54 [PATCH] bcachefs: Fix typo in bch_err message Andrew Kreimer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).