aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/exec.c
diff options
context:
space:
mode:
authorAskar Safin <safinaskar@zohomail.com>2024-01-09 06:04:34 +0300
committerKees Cook <keescook@chromium.org>2024-01-22 11:27:25 -0800
commit8788a17c2319f020ccdc3f2907179a5ae81b7ad6 (patch)
tree9760e9cb21d2f473e0e75dabe72e4f8ad3160ab0 /fs/exec.c
parentELF, MAINTAINERS: specifically mention ELF (diff)
downloadwireguard-linux-8788a17c2319f020ccdc3f2907179a5ae81b7ad6.tar.xz
wireguard-linux-8788a17c2319f020ccdc3f2907179a5ae81b7ad6.zip
exec: remove useless comment
Function name is wrong and the comment tells us nothing Signed-off-by: Askar Safin <safinaskar@zohomail.com> Link: https://lore.kernel.org/r/20240109030801.31827-1-safinaskar@zohomail.com Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'fs/exec.c')
-rw-r--r--fs/exec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/exec.c b/fs/exec.c
index 8cdd5b2dd09c..ba7d0548ac57 100644
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -1826,9 +1826,6 @@ static int exec_binprm(struct linux_binprm *bprm)
return 0;
}
-/*
- * sys_execve() executes a new program.
- */
static int bprm_execve(struct linux_binprm *bprm)
{
int retval;