* [PATCH] freevxfs: fix a typo
@ 2024-10-27 13:50 Andrew Kreimer
0 siblings, 0 replies; only message in thread
From: Andrew Kreimer @ 2024-10-27 13:50 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: linux-kernel, kernel-janitors, Andrew Kreimer
Fix a typo: ivalid -> invalid.
Via codespell.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
fs/freevxfs/vxfs_olt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/freevxfs/vxfs_olt.c b/fs/freevxfs/vxfs_olt.c
index 23f35187c289..48027a421fa3 100644
--- a/fs/freevxfs/vxfs_olt.c
+++ b/fs/freevxfs/vxfs_olt.c
@@ -63,7 +63,7 @@ vxfs_read_olt(struct super_block *sbp, u_long bsize)
op = (struct vxfs_olt *)bp->b_data;
if (fs32_to_cpu(infp, op->olt_magic) != VXFS_OLT_MAGIC) {
- printk(KERN_NOTICE "vxfs: ivalid olt magic number\n");
+ printk(KERN_NOTICE "vxfs: invalid olt magic number\n");
goto fail;
}
--
2.47.0.149.g3e3ac46130
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-10-27 13:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-27 13:50 [PATCH] freevxfs: fix a typo 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).