All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs/exec:Fix syntax errors in comments
@ 2021-12-09 12:37 Xiang wangx
  0 siblings, 0 replies; only message in thread
From: Xiang wangx @ 2021-12-09 12:37 UTC (permalink / raw)
  To: viro; +Cc: ebiederm, keescook, linux-fsdevel, linux-kernel, Xiang wangx

Delete the redundant word 'from'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-09 12:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09 12:37 [PATCH] fs/exec:Fix syntax errors in comments Xiang wangx

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.