2022-10-14 08:51:26

by Yang Li

[permalink] [raw]
Subject: [PATCH -next] apparmor: Fix spelling of function name in comment block

'resouce' -> 'resource'

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2396
Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Yang Li <[email protected]>
---
security/apparmor/resource.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/apparmor/resource.c b/security/apparmor/resource.c
index ed543f4edfd9..d7dbacc9a369 100644
--- a/security/apparmor/resource.c
+++ b/security/apparmor/resource.c
@@ -66,7 +66,7 @@ static int audit_resource(struct aa_profile *profile, unsigned int resource,
}

/**
- * aa_map_resouce - map compiled policy resource to internal #
+ * aa_map_resource - map compiled policy resource to internal #
* @resource: flattened policy resource number
*
* Returns: resource # for the current architecture.
--
2.20.1.7.g153144c


2022-10-21 03:04:05

by John Johansen

[permalink] [raw]
Subject: Re: [PATCH -next] apparmor: Fix spelling of function name in comment block

On 10/14/22 01:42, Yang Li wrote:
> 'resouce' -> 'resource'
>
> Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2396
> Reported-by: Abaci Robot <[email protected]>
> Signed-off-by: Yang Li <[email protected]>

I have pulled this into my tree

Acked-by: John Johansen <[email protected]>

> ---
> security/apparmor/resource.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/security/apparmor/resource.c b/security/apparmor/resource.c
> index ed543f4edfd9..d7dbacc9a369 100644
> --- a/security/apparmor/resource.c
> +++ b/security/apparmor/resource.c
> @@ -66,7 +66,7 @@ static int audit_resource(struct aa_profile *profile, unsigned int resource,
> }
>
> /**
> - * aa_map_resouce - map compiled policy resource to internal #
> + * aa_map_resource - map compiled policy resource to internal #
> * @resource: flattened policy resource number
> *
> * Returns: resource # for the current architecture.