diff mbox series

[RESEND] exec: remove useless comment

Message ID 20240109030801.31827-1-safinaskar@zohomail.com (mailing list archive)
State New
Headers show
Series [RESEND] exec: remove useless comment | expand

Commit Message

Askar Safin Jan. 9, 2024, 3:04 a.m. UTC
Function name is wrong and the comment tells us nothing

Signed-off-by: Askar Safin <safinaskar@zohomail.com>
---

Thank you, Kees! You are very kind

 fs/exec.c | 3 ---
 1 file changed, 3 deletions(-)

Comments

Kees Cook Jan. 11, 2024, 12:50 a.m. UTC | #1
On Tue, 09 Jan 2024 06:04:34 +0300, Askar Safin wrote:
> Function name is wrong and the comment tells us nothing
> 
> 

Applied to for-next/execve, thanks!

[1/1] exec: remove useless comment
      https://git.kernel.org/kees/c/38132920f430

Take care,
diff mbox series

Patch

diff --git a/fs/exec.c b/fs/exec.c
index 4aa19b24f..d882a6128 100644
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -1804,9 +1804,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 fd, struct filename *filename, int flags)
 {