From: Askar Safin Date: Tue, 9 Jan 2024 03:04:34 +0000 (+0300) Subject: exec: remove useless comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8788a17c2319f020ccdc3f2907179a5ae81b7ad6;p=linux.git exec: remove useless comment Function name is wrong and the comment tells us nothing Signed-off-by: Askar Safin Link: https://lore.kernel.org/r/20240109030801.31827-1-safinaskar@zohomail.com Signed-off-by: Kees Cook --- diff --git a/fs/exec.c b/fs/exec.c index 8cdd5b2dd09c2..ba7d0548ac57f 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;