From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: jmorris@namei.org, serge@hallyn.com,
linux-security-module@vger.kernel.org,
linux-kernel@vger.kernel.org
Cc: rdunlap@infradead.org, Bhaskar Chowdhury <unixbhaskar@gmail.com>
Subject: [PATCH] security: A typo fix
Date: Sun, 21 Mar 2021 09:18:44 +0530 [thread overview]
Message-ID: <20210321034844.28316-1-unixbhaskar@gmail.com> (raw)
s/acessed/accessed/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
Two comment block delimiter automatically delete themselve and created
themselves ..wondering..I hope that won't be problem,is it?
security/device_cgroup.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/security/device_cgroup.c b/security/device_cgroup.c
index 04375df52fc9..c2c052512472 100644
--- a/security/device_cgroup.c
+++ b/security/device_cgroup.c
@@ -404,14 +404,14 @@ static bool verify_new_ex(struct dev_cgroup *dev_cgroup,
/*
* new exception in the child doesn't matter, only
* adding extra restrictions
- */
+ */
return true;
} else {
/*
* new exception in the child will add more devices
- * that can be acessed, so it can't match any of
+ * that can be accessed, so it can't match any of
* parent's exceptions, even slightly
- */
+ */
match = match_exception_partial(&dev_cgroup->exceptions,
refex->type,
refex->major,
--
2.20.1
next reply other threads:[~2021-03-21 3:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-21 3:48 Bhaskar Chowdhury [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-21 3:38 [PATCH] security: A typo fix Bhaskar Chowdhury
2021-03-21 5:47 ` Randy Dunlap
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=20210321034844.28316-1-unixbhaskar@gmail.com \
--to=unixbhaskar@gmail.com \
--cc=jmorris@namei.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=rdunlap@infradead.org \
--cc=serge@hallyn.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).