diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-10-23 18:33:38 +0200 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2020-10-27 21:02:54 -0400 |
commit | cbb5262192d9a367d89d24e54388f54069ffd2b8 (patch) | |
tree | 7c74b38674fd76ad75e0218886e6b4b702af2645 /kernel/audit.c | |
parent | 3650b228f83adda7e5ee532e2b90429c03f7b9ec (diff) |
audit: fix a kernel-doc markup
typo:
kauditd_print_skb -> kauditd_printk_skb
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'kernel/audit.c')
-rw-r--r-- | kernel/audit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/audit.c b/kernel/audit.c index 68cee3bc8cfe..0be42cac086b 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 |