From: Randy Dunlap <rdun...@infradead.org> 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 <rdun...@infradead.org> Cc: Al Viro <v...@zeniv.linux.org.uk> Cc: Eric Paris <epa...@redhat.com> Cc: linux-au...@redhat.com (subscribers-only) --- kernel/auditfilter.c | 1 - 1 file changed, 1 deletion(-) --- lnx-37-rc4.orig/kernel/auditfilter.c +++ lnx-37-rc4/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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/