audit: Fix some kernel-doc warnings
authorBo Liu <liubo03@inspur.com>
Wed, 26 Oct 2022 01:06:34 +0000 (21:06 -0400)
committerPaul Moore <paul@paul-moore.com>
Fri, 28 Oct 2022 10:37:55 +0000 (06:37 -0400)
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>
[PM: description line wrap]
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/lsm_audit.c

index 75cc3f8..a7355b4 100644 (file)
@@ -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
  *
  */