[PATCH] ocfs2: Fix typo in copyright notice
From: Wang Zihan
Date: Sat May 02 2026 - 09:12:07 EST
Fix "Linux Torvalds" -> "Linus Torvalds" in the copyright notice.
Found by Christian Marillat.
Signed-off-by: Wang Zihan <jiyu03@xxxxxx>
---
fs/ocfs2/namei.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ocfs2/namei.c b/fs/ocfs2/namei.c
index 1277666c7..40db43868 100644
--- a/fs/ocfs2/namei.c
+++ b/fs/ocfs2/namei.c
@@ -17,7 +17,7 @@
*
* linux/fs/minix/dir.c
*
- * Copyright (C) 1991, 1992 Linux Torvalds
+ * Copyright (C) 1991, 1992 Linus Torvalds
*/
#include <linux/fs.h>
--
2.54.0