From 610b17b05c5c682fbb8fefedae1aacaab412eac3 Mon Sep 17 00:00:00 2001 From: Bo Liu Date: Tue, 25 Oct 2022 21:06:34 -0400 Subject: audit: Fix some kernel-doc warnings 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 [PM: description line wrap] Signed-off-by: Paul Moore --- security/lsm_audit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'security/lsm_audit.c') 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 * */ -- cgit v1.2.3-59-g8ed1b