diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-02-13 23:38:26 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-14 06:21:39 +0100 |
commit | dcaf112365369c3b55bfc37edb634dba32dde57e (patch) | |
tree | 012dfc118c3d6aa00f3fc62e822d890501595831 /sound | |
parent | checkpatch: ignore __pure $Attribute (diff) | |
download | linux-dcaf112365369c3b55bfc37edb634dba32dde57e.tar.xz linux-dcaf112365369c3b55bfc37edb634dba32dde57e.zip |
checkpatch: fix UNNECESSARY_KERN_LEVEL false positive
KERN_<LEVEL> is never redundant with printk_ratelimited or printk_once.
(Except perhaps in the sense that you could use e.g. pr_err_ratelimited
or pr_err_once, but that would apply to printk as well).
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Cc: Andy Whitcroft <apw@canonical.com>
Acked-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions