mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-17 12:14:43 +00:00
selinux: Cleanup printk logging in netlink
Replace printk with pr_* to avoid checkpatch warnings. Signed-off-by: Peter Enderborg <peter.enderborg@sony.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
This commit is contained in:
parent
f8b69a5f00
commit
d85a78334e
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ out:
|
||||||
out_kfree_skb:
|
out_kfree_skb:
|
||||||
kfree_skb(skb);
|
kfree_skb(skb);
|
||||||
oom:
|
oom:
|
||||||
printk(KERN_ERR "SELinux: OOM in %s\n", __func__);
|
pr_err("SELinux: OOM in %s\n", __func__);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue