Re: [PATCHv2] net: can: af_can.c: Fix checkpatch warnings

2013-03-11 Thread David Miller
From: Oliver Hartkopp Date: Mon, 11 Mar 2013 08:02:43 +0100 > On 10.03.2013 22:15, Valentin Ilie wrote: > >> Replace printk(KERN_ERR with pr_err >> Add space before { >> Removed OOM messages >> >> Signed-off-by: Valentin Ilie > > > Acked-by: Oliver Hartkopp Applied, thanks. -- To

Re: [PATCHv2] net: can: af_can.c: Fix checkpatch warnings

2013-03-11 Thread Oliver Hartkopp
On 10.03.2013 22:15, Valentin Ilie wrote: > Replace printk(KERN_ERR with pr_err > Add space before { > Removed OOM messages > > Signed-off-by: Valentin Ilie Acked-by: Oliver Hartkopp Thanks Valentin > --- > net/can/af_can.c | 21 - > 1 file changed, 8 insertions(+),

Re: [PATCHv2] net: can: af_can.c: Fix checkpatch warnings

2013-03-11 Thread Oliver Hartkopp
On 10.03.2013 22:15, Valentin Ilie wrote: Replace printk(KERN_ERR with pr_err Add space before { Removed OOM messages Signed-off-by: Valentin Ilie valentin.i...@gmail.com Acked-by: Oliver Hartkopp socket...@hartkopp.net Thanks Valentin --- net/can/af_can.c | 21 -

Re: [PATCHv2] net: can: af_can.c: Fix checkpatch warnings

2013-03-11 Thread David Miller
From: Oliver Hartkopp socket...@hartkopp.net Date: Mon, 11 Mar 2013 08:02:43 +0100 On 10.03.2013 22:15, Valentin Ilie wrote: Replace printk(KERN_ERR with pr_err Add space before { Removed OOM messages Signed-off-by: Valentin Ilie valentin.i...@gmail.com Acked-by: Oliver Hartkopp

[PATCHv2] net: can: af_can.c: Fix checkpatch warnings

2013-03-10 Thread Valentin Ilie
Replace printk(KERN_ERR with pr_err Add space before { Removed OOM messages Signed-off-by: Valentin Ilie --- net/can/af_can.c | 21 - 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/net/can/af_can.c b/net/can/af_can.c index c48e522..8bacf28 100644 ---

[PATCHv2] net: can: af_can.c: Fix checkpatch warnings

2013-03-10 Thread Valentin Ilie
Replace printk(KERN_ERR with pr_err Add space before { Removed OOM messages Signed-off-by: Valentin Ilie valentin.i...@gmail.com --- net/can/af_can.c | 21 - 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/net/can/af_can.c b/net/can/af_can.c index