linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] security: A typo fix
@ 2021-03-21  3:48 Bhaskar Chowdhury
  0 siblings, 0 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-21  3:48 UTC (permalink / raw)
  To: jmorris, serge, linux-security-module, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] security: A typo fix
  2021-03-21  3:38 Bhaskar Chowdhury
@ 2021-03-21  5:47 ` Randy Dunlap
  0 siblings, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-21  5:47 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: jmorris, serge, linux-security-module, linux-kernel



On Sun, 21 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/programers/programmers/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>


> ---
> security/lsm_audit.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/security/lsm_audit.c b/security/lsm_audit.c
> index 82ce14933513..ddcf572105be 100644
> --- a/security/lsm_audit.c
> +++ b/security/lsm_audit.c
> @@ -212,7 +212,7 @@ static void dump_common_audit_data(struct audit_buffer *ab,
> 	char comm[sizeof(current->comm)];
>
> 	/*
> -	 * To keep stack sizes in check force programers to notice if they
> +	 * To keep stack sizes in check force programmers to notice if they
> 	 * start making this union too large!  See struct lsm_network_audit
> 	 * as an example of how to deal with large data.
> 	 */
> --
> 2.20.1
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] security: A typo fix
@ 2021-03-21  3:38 Bhaskar Chowdhury
  2021-03-21  5:47 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-21  3:38 UTC (permalink / raw)
  To: jmorris, serge, linux-security-module, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/programers/programmers/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 security/lsm_audit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/lsm_audit.c b/security/lsm_audit.c
index 82ce14933513..ddcf572105be 100644
--- a/security/lsm_audit.c
+++ b/security/lsm_audit.c
@@ -212,7 +212,7 @@ static void dump_common_audit_data(struct audit_buffer *ab,
 	char comm[sizeof(current->comm)];

 	/*
-	 * To keep stack sizes in check force programers to notice if they
+	 * To keep stack sizes in check force programmers to notice if they
 	 * start making this union too large!  See struct lsm_network_audit
 	 * as an example of how to deal with large data.
 	 */
--
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-21  5:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-21  3:48 [PATCH] security: A typo fix Bhaskar Chowdhury
  -- strict thread matches above, loose matches on Subject: below --
2021-03-21  3:38 Bhaskar Chowdhury
2021-03-21  5:47 ` Randy Dunlap

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