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>
This commit is contained in:
Askar Safin 2024-01-09 06:04:34 +03:00 committed by Kees Cook
parent 27daa514c4
commit 8788a17c23
1 changed files with 0 additions and 3 deletions

View File

@ -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;