From: Mauro Carvalho Chehab Date: Fri, 23 Oct 2020 16:33:38 +0000 (+0200) Subject: audit: fix a kernel-doc markup X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cbb5262192d9a367d89d24e54388f54069ffd2b8;p=linux.git audit: fix a kernel-doc markup typo: kauditd_print_skb -> kauditd_printk_skb Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Paul Moore --- diff --git a/kernel/audit.c b/kernel/audit.c index 68cee3bc8cfe6..0be42cac086bf 100644 --- a/kernel/audit.c +++ b/kernel/audit.c @@ -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