Skip to content

Commit

Permalink
audit: fix a kernel-doc markup
Browse files Browse the repository at this point in the history
typo:
	kauditd_print_skb -> kauditd_printk_skb

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Paul Moore <[email protected]>
  • Loading branch information
mchehab authored and pcmoore committed Oct 28, 2020
1 parent 3650b22 commit cbb5262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ static int auditd_set(struct pid *pid, u32 portid, struct net *net)
}

/**
* kauditd_print_skb - Print the audit record to the ring buffer
* kauditd_printk_skb - Print the audit record to the ring buffer
* @skb: audit record
*
* Whatever the reason, this packet may not make it to the auditd connection
Expand Down

0 comments on commit cbb5262

Please sign in to comment.