[PATCH] ocfs2: Fix typo in copyright notice
Wang Zihan <[email protected]>
| Newsgroups | dev.linux.lists.ocfs2-devel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Fix "Linux Torvalds" -> "Linus Torvalds" in the copyright notice. Found by Christian Marillat. Signed-off-by: Wang Zihan <[email protected]> --- 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