]> git.baikalelectronics.ru Git - kernel.git/commit
audit: Update kdoc for audit_send_reply and audit_list_rules_send
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 8 Mar 2014 23:31:54 +0000 (15:31 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Sat, 8 Mar 2014 23:31:54 +0000 (15:31 -0800)
commit7d397c49e4367660e33218dd9c91e186639004c6
tree39021d5253d5d0dd08a2e2694c050621d6e5bc91
parentc13a3d5bb663aa431009ad1f9988a8bc142a0cda
audit: Update kdoc for audit_send_reply and audit_list_rules_send

The kbuild test robot reported:
> tree:   git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git for-next
> head:   c13a3d5bb663aa431009ad1f9988a8bc142a0cda
> commit: c13a3d5bb663aa431009ad1f9988a8bc142a0cda [2/2] audit: Send replies in the proper network namespace.
> reproduce: make htmldocs
>
> >> Warning(kernel/audit.c:575): No description found for parameter 'request_skb'
> >> Warning(kernel/audit.c:575): Excess function parameter 'portid' description in 'audit_send_reply'
> >> Warning(kernel/auditfilter.c:1074): No description found for parameter 'request_skb'
> >> Warning(kernel/auditfilter.c:1074): Excess function parameter 'portid' description in 'audit_list_rules_s

Which was caused by my failure to update the kdoc annotations when I
updated the functions.  Fix that small oversight now.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
kernel/audit.c
kernel/auditfilter.c