Commit 8788a17c authored by Askar Safin's avatar Askar Safin Committed by Kees Cook

exec: remove useless comment

Function name is wrong and the comment tells us nothing
Signed-off-by: default avatarAskar Safin <safinaskar@zohomail.com>
Link: https://lore.kernel.org/r/20240109030801.31827-1-safinaskar@zohomail.comSigned-off-by: default avatarKees Cook <keescook@chromium.org>
parent 27daa514
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment