[PATCH] freevxfs: Fix spelling mistake "ivalid" -> "invalid"

Colin Ian King posted 1 patch 1 year, 6 months ago
There is a newer version of this series
fs/freevxfs/vxfs_olt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] freevxfs: Fix spelling mistake "ivalid" -> "invalid"
Posted by Colin Ian King 1 year, 6 months ago
There is a spelling mistake in a kernel message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@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.37.1