All of lore.kernel.org
 help / color / mirror / Atom feed
From: Askar Safin <safinaskar@zohomail.com>
To: keescook@chromium.org
Cc: ebiederm@xmission.com, linux-mm@kvack.org
Subject: [PATCH RESEND] exec: remove useless comment
Date: Tue,  9 Jan 2024 06:04:34 +0300	[thread overview]
Message-ID: <20240109030801.31827-1-safinaskar@zohomail.com> (raw)
In-Reply-To: <202401080923.A8F568C2FA@keescook>

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(-)

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)
 {
-- 
2.43.0



  reply	other threads:[~2024-01-09  3:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-27  0:31 [PATCH] exec: remove useless comment Askar Safin
2024-01-08 17:24 ` Kees Cook
2024-01-09  3:04   ` Askar Safin [this message]
2024-01-11  0:50     ` [PATCH RESEND] " Kees Cook

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240109030801.31827-1-safinaskar@zohomail.com \
    --to=safinaskar@zohomail.com \
    --cc=ebiederm@xmission.com \
    --cc=keescook@chromium.org \
    --cc=linux-mm@kvack.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.