All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2] device_cgroup: A typo fix
@ 2021-03-21  4:09 Bhaskar Chowdhury
  2021-03-21  5:49 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-21  4:09 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>
---
 Changes from V1:
  Getting rid of unwanted comment delimeter addition
  Subject line missed propper commit subject labeling

 security/device_cgroup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/device_cgroup.c b/security/device_cgroup.c
index 04375df52fc9..30b3083276df 100644
--- a/security/device_cgroup.c
+++ b/security/device_cgroup.c
@@ -409,7 +409,7 @@ static bool verify_new_ex(struct dev_cgroup *dev_cgroup,
 		} 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,
--
2.20.1


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

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



On Sun, 21 Mar 2021, Bhaskar Chowdhury wrote:

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

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

although I still don't care for the $Subject.


> ---
> Changes from V1:
>  Getting rid of unwanted comment delimeter addition
>  Subject line missed propper commit subject labeling
>
> security/device_cgroup.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/security/device_cgroup.c b/security/device_cgroup.c
> index 04375df52fc9..30b3083276df 100644
> --- a/security/device_cgroup.c
> +++ b/security/device_cgroup.c
> @@ -409,7 +409,7 @@ static bool verify_new_ex(struct dev_cgroup *dev_cgroup,
> 		} 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,
> --
> 2.20.1
>
>

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-21  4:09 [PATCH V2] device_cgroup: A typo fix Bhaskar Chowdhury
2021-03-21  5:49 ` Randy Dunlap

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.