* [PATCH] freevxfs: Fix spelling mistake "ivalid" -> "invalid"
@ 2022-09-28 21:47 Colin Ian King
0 siblings, 0 replies; 2+ messages in thread
From: Colin Ian King @ 2022-09-28 21:47 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: kernel-janitors, linux-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] freevxfs: Fix spelling mistake "ivalid" -> "invalid"
@ 2024-02-20 9:10 Colin Ian King
0 siblings, 0 replies; 2+ messages in thread
From: Colin Ian King @ 2024-02-20 9:10 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: kernel-janitors, linux-kernel
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.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-20 9:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-28 21:47 [PATCH] freevxfs: Fix spelling mistake "ivalid" -> "invalid" Colin Ian King
2024-02-20 9:10 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®