diff options
author | Askar Safin | 2024-01-09 06:04:34 +0300 |
---|---|---|
committer | Kees Cook | 2024-01-22 11:27:25 -0800 |
commit | 8788a17c2319f020ccdc3f2907179a5ae81b7ad6 (patch) | |
tree | 9760e9cb21d2f473e0e75dabe72e4f8ad3160ab0 /fs/exec.c | |
parent | 27daa514c48d5796d564ea5410cb72f78a521891 (diff) |
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>
Diffstat (limited to 'fs/exec.c')
-rw-r--r-- | fs/exec.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/exec.c b/fs/exec.c index 8cdd5b2dd09c..ba7d0548ac57 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; |