exec: remove useless comment
authorAskar Safin <safinaskar@zohomail.com>
Tue, 9 Jan 2024 03:04:34 +0000 (06:04 +0300)
committerKees Cook <keescook@chromium.org>
Mon, 22 Jan 2024 19:27:25 +0000 (11:27 -0800)
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>
fs/exec.c

index 8cdd5b2dd09c2e8047d6bd360e14b060dd23fbf0..ba7d0548ac57f0f3a7f66a71e7d6665730fa0877 100644 (file)
--- 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;