Skip to content

Commit 8788a17

Browse files
Askar Safinkees
authored andcommitted
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>
1 parent 27daa51 commit 8788a17

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

fs/exec.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1826,9 +1826,6 @@ static int exec_binprm(struct linux_binprm *bprm)
18261826
return 0;
18271827
}
18281828

1829-
/*
1830-
* sys_execve() executes a new program.
1831-
*/
18321829
static int bprm_execve(struct linux_binprm *bprm)
18331830
{
18341831
int retval;

0 commit comments

Comments
 (0)