Skip to content

Commit

Permalink
[PATCH] audit: fix kernel-doc parameter notation
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
rddunlap authored and Al Viro committed Jun 25, 2008
1 parent 13d5ef9 commit 9f0aecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/auditfilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -1544,6 +1544,7 @@ static void audit_log_rule_change(uid_t loginuid, u32 sessionid, u32 sid,
* @data: payload data
* @datasz: size of payload data
* @loginuid: loginuid of sender
* @sessionid: sessionid for netlink audit message
* @sid: SE Linux Security ID of sender
*/
int audit_receive_filter(int type, int pid, int uid, int seq, void *data,
Expand Down

0 comments on commit 9f0aecd

Please sign in to comment.