diff mbox series

[v2] audit: Fix some kernel-doc warnings

Message ID 20221026010634.2936-1-liubo03@inspur.com (mailing list archive)
State Accepted
Delegated to: Paul Moore
Headers show
Series [v2] audit: Fix some kernel-doc warnings | expand

Commit Message

Bo Liu Oct. 26, 2022, 1:06 a.m. UTC
The current code provokes some kernel-doc warnings:
    security/lsm_audit.c:198: warning: Function parameter or member 'ab' not described in 'dump_common_audit_data'

Signed-off-by: Bo Liu <liubo03@inspur.com>
---
 security/lsm_audit.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Paul Moore Oct. 28, 2022, 10:40 a.m. UTC | #1
On Tue, Oct 25, 2022 at 9:06 PM Bo Liu <liubo03@inspur.com> wrote:
>
> The current code provokes some kernel-doc warnings:
>     security/lsm_audit.c:198: warning: Function parameter or member 'ab' not described in 'dump_common_audit_data'
>
> Signed-off-by: Bo Liu <liubo03@inspur.com>
> ---
>  security/lsm_audit.c | 1 +
>  1 file changed, 1 insertion(+)

Merged into lsm/next, thanks.
diff mbox series

Patch

diff --git a/security/lsm_audit.c b/security/lsm_audit.c
index 75cc3f8d2a42..a7355b4b9bb8 100644
--- a/security/lsm_audit.c
+++ b/security/lsm_audit.c
@@ -190,6 +190,7 @@  static inline void print_ipv4_addr(struct audit_buffer *ab, __be32 addr,
 
 /**
  * dump_common_audit_data - helper to dump common audit data
+ * @ab : the audit buffer
  * @a : common audit data
  *
  */