[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240220091055.2676456-1-colin.i.king@gmail.com>
Date: Tue, 20 Feb 2024 09:10:55 +0000
From: Colin Ian King <colin.i.king@...il.com>
To: Christoph Hellwig <hch@...radead.org>
Cc: kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] freevxfs: Fix spelling mistake "ivalid" -> "invalid"
There is a spelling mistake in a kernel message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@...il.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.39.2
Powered by blists - more mailing lists