diff mbox series

[v2] selinux: Corrected comment to match kernel-doc comment

Message ID 1619339737-4824-1-git-send-email-jrdr.linux@gmail.com (mailing list archive)
State Accepted
Delegated to: Paul Moore
Headers show
Series [v2] selinux: Corrected comment to match kernel-doc comment | expand

Commit Message

Souptick Joarder April 25, 2021, 8:35 a.m. UTC
Minor documentation update.

Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Cc: Randy Dunlap <rdunlap@infradead.org>
---
 security/selinux/avc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Randy Dunlap April 25, 2021, 4:30 p.m. UTC | #1
On 4/25/21 1:35 AM, Souptick Joarder wrote:
> Minor documentation update.
> 
> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
> Cc: Randy Dunlap <rdunlap@infradead.org>

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

Thanks.

> ---
>  security/selinux/avc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/security/selinux/avc.c b/security/selinux/avc.c
> index ad451cf..c90f455 100644
> --- a/security/selinux/avc.c
> +++ b/security/selinux/avc.c
> @@ -819,7 +819,7 @@ int __init avc_add_callback(int (*callback)(u32 event), u32 events)
>  }
>  
>  /**
> - * avc_update_node Update an AVC entry
> + * avc_update_node - Update an AVC entry
>   * @event : Updating event
>   * @perms : Permission mask bits
>   * @ssid,@tsid,@tclass : identifier of an AVC entry
>
Paul Moore May 11, 2021, 1:42 a.m. UTC | #2
On Sun, Apr 25, 2021 at 4:35 AM Souptick Joarder <jrdr.linux@gmail.com> wrote:
>
> Minor documentation update.
>
> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
> Cc: Randy Dunlap <rdunlap@infradead.org>
> ---
>  security/selinux/avc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Merged into selinux/next, thanks everyone.
diff mbox series

Patch

diff --git a/security/selinux/avc.c b/security/selinux/avc.c
index ad451cf..c90f455 100644
--- a/security/selinux/avc.c
+++ b/security/selinux/avc.c
@@ -819,7 +819,7 @@  int __init avc_add_callback(int (*callback)(u32 event), u32 events)
 }
 
 /**
- * avc_update_node Update an AVC entry
+ * avc_update_node - Update an AVC entry
  * @event : Updating event
  * @perms : Permission mask bits
  * @ssid,@tsid,@tclass : identifier of an AVC entry