Re: [PATCH] staging: netlogic: fixed checkpatch.pl styling warnings

2014-08-31 Thread Ramon Fried
Hi Greg Thanks for your patience. this is the first time I doing it... I created the patch against linux-next, I will do it again and send it. Regarding CC's, this is the output of get_maintainer script, how do I extract the relevant people out of its output ? Warm regards, Ramon. On Sun, Aug 31,

Re: [PATCH] staging: netlogic: fixed checkpatch.pl styling warnings

2014-08-31 Thread Ramon Fried
Hi Greg Thanks for your patience. this is the first time I doing it... I created the patch against linux-next, I will do it again and send it. Regarding CC's, this is the output of get_maintainer script, how do I extract the relevant people out of its output ? Warm regards, Ramon. On Sun, Aug 31,

Re: [PATCH] staging: netlogic: fixed checkpatch.pl styling warnings

2014-08-30 Thread Greg Kroah-Hartman
On Sun, Aug 31, 2014 at 03:16:48AM +0300, Ramon Fried wrote: > This patch fixes the following checkpatch.pl warnings: > > WARNING: Possible unnecessary 'out of memory' message > #146: FILE: ./xlr_net.c:146: > + if (!skb) { > + pr_err("SKB allocation failed\n"); > > WARNING:

[PATCH] staging: netlogic: fixed checkpatch.pl styling warnings

2014-08-30 Thread Ramon Fried
This patch fixes the following checkpatch.pl warnings: WARNING: Possible unnecessary 'out of memory' message #146: FILE: ./xlr_net.c:146: + if (!skb) { + pr_err("SKB allocation failed\n"); WARNING: Missing a blank line after declarations #1107: FILE: ./xlr_net.c:1107: +

Re: [PATCH] staging: netlogic: fixed checkpatch.pl styling warnings

2014-08-30 Thread Greg KH
t; From: Ramon Fried > Date: Sat, 30 Aug 2014 22:26:11 +0300 > Subject: [PATCH] staging: netlogic: fixed checkpatch.pl styling warnings > > Signed-off-by: Ramon Fried WHy did you not put the information above in the changelog area here? And why send a patch as an attachment, I c

[PATCH] staging: netlogic: fixed checkpatch.pl styling warnings

2014-08-30 Thread Ramon Fried
net.c:1107: + struct xlr_net_priv *priv = platform_get_drvdata(pdev); + unregister_netdev(priv->ndev); >From 27b58d9b1d39ab99bf6022b82ac9e602621b2822 Mon Sep 17 00:00:00 2001 From: Ramon Fried Date: Sat, 30 Aug 2014 22:26:11 +0300 Subject: [PATCH] staging: netlogic: fixed checkpatch.pl

[PATCH] staging: netlogic: fixed checkpatch.pl styling warnings

2014-08-30 Thread Ramon Fried
: + struct xlr_net_priv *priv = platform_get_drvdata(pdev); + unregister_netdev(priv-ndev); From 27b58d9b1d39ab99bf6022b82ac9e602621b2822 Mon Sep 17 00:00:00 2001 From: Ramon Fried ramon.fr...@gmail.com Date: Sat, 30 Aug 2014 22:26:11 +0300 Subject: [PATCH] staging: netlogic: fixed checkpatch.pl

Re: [PATCH] staging: netlogic: fixed checkpatch.pl styling warnings

2014-08-30 Thread Greg KH
:11 +0300 Subject: [PATCH] staging: netlogic: fixed checkpatch.pl styling warnings Signed-off-by: Ramon Fried ramon.fr...@gmail.com WHy did you not put the information above in the changelog area here? And why send a patch as an attachment, I can't do much of anything with that :( Also

[PATCH] staging: netlogic: fixed checkpatch.pl styling warnings

2014-08-30 Thread Ramon Fried
This patch fixes the following checkpatch.pl warnings: WARNING: Possible unnecessary 'out of memory' message #146: FILE: ./xlr_net.c:146: + if (!skb) { + pr_err(SKB allocation failed\n); WARNING: Missing a blank line after declarations #1107: FILE: ./xlr_net.c:1107: +

Re: [PATCH] staging: netlogic: fixed checkpatch.pl styling warnings

2014-08-30 Thread Greg Kroah-Hartman
On Sun, Aug 31, 2014 at 03:16:48AM +0300, Ramon Fried wrote: This patch fixes the following checkpatch.pl warnings: WARNING: Possible unnecessary 'out of memory' message #146: FILE: ./xlr_net.c:146: + if (!skb) { + pr_err(SKB allocation failed\n); WARNING: Missing a