From: Randy Dunlap <[email protected]> Fix new kernel-doc warning in auditfilter.c:
Warning(kernel/auditfilter.c:1157): Excess function parameter 'uid' description in 'audit_receive_filter' Signed-off-by: Randy Dunlap <[email protected]> Cc: Al Viro <[email protected]> Cc: Eric Paris <[email protected]> Cc: [email protected] (subscribers-only) --- kernel/auditfilter.c | 1 - 1 file changed, 1 deletion(-) --- lnx-38-rc2.orig/kernel/auditfilter.c +++ lnx-38-rc2/kernel/auditfilter.c @@ -1144,7 +1144,6 @@ static void audit_log_rule_change(kuid_t * audit_receive_filter - apply all rules to the specified message type * @type: audit message type * @pid: target pid for netlink audit messages - * @uid: target uid for netlink audit messages * @seq: netlink audit message sequence (serial) number * @data: payload data * @datasz: size of payload data -- Linux-audit mailing list [email protected] https://www.redhat.com/mailman/listinfo/linux-audit
