From: "Mickaël Salaün" <mic@digikod.net>
To: Tanya Agarwal <tanyaagarwal25699@gmail.com>
Cc: zohar@linux.ibm.com, gnoack@google.com, paul@paul-moore.com,
jmorris@namei.org, serge@hallyn.com,
linux-security-module@vger.kernel.org,
linux-kernel@vger.kernel.org, skhan@linuxfoundation.org,
anupnewsmail@gmail.com
Subject: Re: [PATCH] landlock: fix grammar and spelling error
Date: Fri, 24 Jan 2025 12:36:22 +0100 [thread overview]
Message-ID: <20250124.Zohthoogh7aN@digikod.net> (raw)
In-Reply-To: <20250123194208.2660-1-tanyaagarwal25699@gmail.com>
On Fri, Jan 24, 2025 at 01:12:10AM +0530, Tanya Agarwal wrote:
> From: Tanya Agarwal <tanyaagarwal25699@gmail.com>
>
> Fix grammar and spelling error in landlock module comments that were
> identified using the codespell tool.
> No functional changes - documentation only.
>
> Signed-off-by: Tanya Agarwal <tanyaagarwal25699@gmail.com>
> Reviewed-by: Mimi Zohar <zohar@linux.ibm.com>
I think Mimi's tag was for the IMA part, so I'll remove it.
> ---
> Original discussion:
> https://lore.kernel.org/all/20250112072925.1774-1-tanyaagarwal25699@gmail.com
>
> This patch set is split into individual patches for each LSM
> to facilitate easier review by respective maintainers.
>
> security/landlock/ruleset.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/security/landlock/ruleset.c b/security/landlock/ruleset.c
> index a93bdbf52fff..c464d1f84792 100644
> --- a/security/landlock/ruleset.c
> +++ b/security/landlock/ruleset.c
> @@ -121,7 +121,7 @@ create_rule(const struct landlock_id id,
> return ERR_PTR(-ENOMEM);
> RB_CLEAR_NODE(&new_rule->node);
> if (is_object_pointer(id.type)) {
> - /* This should be catched by insert_rule(). */
> + /* This should have been caught by insert_rule(). */
> WARN_ON_ONCE(!id.key.object);
> landlock_get_object(id.key.object);
> }
Thanks, I'll take it in my tree.
next prev parent reply other threads:[~2025-01-24 11:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-23 19:42 [PATCH] landlock: fix grammar and spelling error Tanya Agarwal
2025-01-24 9:24 ` Günther Noack
2025-01-24 11:36 ` Mickaël Salaün [this message]
2025-01-24 16:04 ` Tanya Agarwal
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=20250124.Zohthoogh7aN@digikod.net \
--to=mic@digikod.net \
--cc=anupnewsmail@gmail.com \
--cc=gnoack@google.com \
--cc=jmorris@namei.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=paul@paul-moore.com \
--cc=serge@hallyn.com \
--cc=skhan@linuxfoundation.org \
--cc=tanyaagarwal25699@gmail.com \
--cc=zohar@linux.ibm.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).