Commit 9f0aecdd1cd6aacee9aa8f08031f4f2e09e454dc

Authored by Randy Dunlap
Committed by Al Viro
1 parent 13d5ef97f0

[PATCH] audit: fix kernel-doc parameter notation

Fix auditfilter kernel-doc misssing parameter description:

Warning(lin2626-rc3//kernel/auditfilter.c:1551): No description found for parameter 'sessionid'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

kernel/auditfilter.c
... ... @@ -1544,6 +1544,7 @@
1544 1544 * @data: payload data
1545 1545 * @datasz: size of payload data
1546 1546 * @loginuid: loginuid of sender
  1547 + * @sessionid: sessionid for netlink audit message
1547 1548 * @sid: SE Linux Security ID of sender
1548 1549 */
1549 1550 int audit_receive_filter(int type, int pid, int uid, int seq, void *data,