On Sun, 01 Sep 2013 16:28:36 +0800
Wang Shilong <wangshilong1...@gmail.com> wrote:

> Hello, Using checkpatch.pl, i get the following warnings(errors):
> WARNING: printk() should include KERN_ facility level
> #90: FILE: kernel/trace/trace_functions.c:583:
> +             printk("ftrace_rcu_func: %pS\n",
> 
> total: 0 errors, 1 warnings, 53 lines checked
> 
> patch has style problems, please review.  If any of these errors
> are false positives report them to the maintainer, see
> CHECKPATCH in MAINTAINERS.
> 

The code is called by lockdep, which uses printk() directly as well.
This will stay a printk() until lockdep changes.

And please, do not send a patch to change lockdep.

-- Steve

> Thanks, Wang
> 
> Notic: this is an automated generated by shell script
> Any problems please contact: wangshilong1...@gmail.com

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to