Re: [PATCH V2 1/3] lib/debugobjects.c: convert printk to pr_foo()

2014-05-29 Thread Josh Triplett
On Thu, May 29, 2014 at 09:22:58AM +0200, Fabian Frederick wrote: > Convert all printk to pr_foo() except KERN_DEBUG > (see Documentation/CodingStyle Chapter 13) > > Cc: Josh Triplett > Cc: Andrew Morton > Signed-off-by: Fabian Frederick Reviewed-by: Josh Triplett > lib/debugobjects.c | 12

[PATCH V2 1/3] lib/debugobjects.c: convert printk to pr_foo()

2014-05-29 Thread Fabian Frederick
Convert all printk to pr_foo() except KERN_DEBUG (see Documentation/CodingStyle Chapter 13) Cc: Josh Triplett Cc: Andrew Morton Signed-off-by: Fabian Frederick --- lib/debugobjects.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lib/debugobjects.c

[PATCH V2 1/3] lib/debugobjects.c: convert printk to pr_foo()

2014-05-29 Thread Fabian Frederick
Convert all printk to pr_foo() except KERN_DEBUG (see Documentation/CodingStyle Chapter 13) Cc: Josh Triplett j...@joshtriplett.org Cc: Andrew Morton a...@linux-foundation.org Signed-off-by: Fabian Frederick f...@skynet.be --- lib/debugobjects.c | 12 +--- 1 file changed, 5

Re: [PATCH V2 1/3] lib/debugobjects.c: convert printk to pr_foo()

2014-05-29 Thread Josh Triplett
On Thu, May 29, 2014 at 09:22:58AM +0200, Fabian Frederick wrote: Convert all printk to pr_foo() except KERN_DEBUG (see Documentation/CodingStyle Chapter 13) Cc: Josh Triplett j...@joshtriplett.org Cc: Andrew Morton a...@linux-foundation.org Signed-off-by: Fabian Frederick f...@skynet.be