From: "Günther Noack" <gnoack3000@gmail.com>
To: Tanya Agarwal <tanyaagarwal25699@gmail.com>
Cc: casey@schaufler-ca.com, takedakn@nttdata.co.jp,
penguin-kernel@i-love.sakura.ne.jp, john.johansen@canonical.com,
paul@paul-moore.com, jmorris@namei.org, serge@hallyn.com,
zohar@linux.ibm.com, roberto.sassu@huawei.com,
dmitry.kasatkin@gmail.com, eric.snowberg@oracle.com,
mic@digikod.net, gnoack@google.com,
stephen.smalley.work@gmail.com, omosnace@redhat.com,
linux-kernel@vger.kernel.org, apparmor@lists.ubuntu.com,
linux-security-module@vger.kernel.org,
linux-integrity@vger.kernel.org, skhan@linuxfoundation.org,
anupnewsmail@gmail.com
Subject: Re: [PATCH] security: fix typos and spelling errors
Date: Sat, 11 Jan 2025 23:57:41 +0100 [thread overview]
Message-ID: <20250111.22fc32ae0729@gnoack.org> (raw)
In-Reply-To: <20250111194149.51058-1-tanyaagarwal25699@gmail.com>
Thanks for the fixes!
On Sun, Jan 12, 2025 at 01:11:50AM +0530, Tanya Agarwal wrote:
> From: Tanya Agarwal <tanyaagarwal25699@gmail.com>
>
> Fix typos and spelling errors in security module comments that were
> identified using the codespell tool.
> No functional changes - documentation only.
>
> Signed-off-by: Tanya Agarwal <tanyaagarwal25699@gmail.com>
> ---
> security/apparmor/apparmorfs.c | 6 +++---
> security/apparmor/domain.c | 4 ++--
> security/apparmor/label.c | 2 +-
> security/apparmor/lsm.c | 2 +-
> security/apparmor/policy.c | 4 ++--
> security/integrity/evm/evm_crypto.c | 2 +-
> security/integrity/evm/evm_main.c | 2 +-
> security/integrity/ima/ima_main.c | 6 +++---
> security/landlock/ruleset.c | 2 +-
> security/selinux/avc.c | 2 +-
> security/smack/smack.h | 2 +-
> security/smack/smack_access.c | 4 ++--
> security/smack/smack_lsm.c | 6 +++---
> security/smack/smackfs.c | 2 +-
> security/tomoyo/domain.c | 2 +-
> 15 files changed, 24 insertions(+), 24 deletions(-)
>
> [...]
>
> diff --git a/security/landlock/ruleset.c b/security/landlock/ruleset.c
> index a93bdbf52fff..18cc88378d1d 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 beeen caught by insert_rule(). */
This is accidentally introducing another typo: s/beeen/been/
—Günther
--
next prev parent reply other threads:[~2025-01-11 22:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-11 19:41 [PATCH] security: fix typos and spelling errors Tanya Agarwal
2025-01-11 22:57 ` Günther Noack [this message]
2025-01-12 7:29 ` [PATCH V2] " Tanya Agarwal
2025-01-12 16:36 ` Paul Moore
2025-01-12 23:59 ` Tetsuo Handa
2025-01-13 2:56 ` Paul Moore
2025-01-13 14:50 ` Günther Noack
2025-01-13 19:19 ` Mimi Zohar
2025-01-14 16:13 ` Tanya Agarwal
2025-01-15 0:18 ` Paul Moore
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=20250111.22fc32ae0729@gnoack.org \
--to=gnoack3000@gmail.com \
--cc=anupnewsmail@gmail.com \
--cc=apparmor@lists.ubuntu.com \
--cc=casey@schaufler-ca.com \
--cc=dmitry.kasatkin@gmail.com \
--cc=eric.snowberg@oracle.com \
--cc=gnoack@google.com \
--cc=jmorris@namei.org \
--cc=john.johansen@canonical.com \
--cc=linux-integrity@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=mic@digikod.net \
--cc=omosnace@redhat.com \
--cc=paul@paul-moore.com \
--cc=penguin-kernel@i-love.sakura.ne.jp \
--cc=roberto.sassu@huawei.com \
--cc=serge@hallyn.com \
--cc=skhan@linuxfoundation.org \
--cc=stephen.smalley.work@gmail.com \
--cc=takedakn@nttdata.co.jp \
--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).