[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20211209123703.18494-1-wangxiang@cdjrlc.com>
Date: Thu, 9 Dec 2021 20:37:03 +0800
From: Xiang wangx <wangxiang@...rlc.com>
To: viro@...iv.linux.org.uk
Cc: ebiederm@...ssion.com, keescook@...omium.org,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
Xiang wangx <wangxiang@...rlc.com>
Subject: [PATCH] fs/exec:Fix syntax errors in comments
Delete the redundant word 'from'.
Signed-off-by: Xiang wangx <wangxiang@...rlc.com>
---
fs/exec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/exec.c b/fs/exec.c
index cc5ec43df028..d90added76f9 100644
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -118,7 +118,7 @@ bool path_noexec(const struct path *path)
* Note that a shared library must be both readable and executable due to
* security reasons.
*
- * Also note that we take the address to load from from the file itself.
+ * Also note that we take the address to load from the file itself.
*/
SYSCALL_DEFINE1(uselib, const char __user *, library)
{
--
2.20.1
Powered by blists - more mailing lists