netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bluetooth-next] ieee802154: cc2520: Fix space before , coding style issue
@ 2015-01-23 13:55 Mohammad Jamal
  2015-01-26 14:05 ` Varka Bhadram
  2015-02-02  5:10 ` Marcel Holtmann
  0 siblings, 2 replies; 3+ messages in thread
From: Mohammad Jamal @ 2015-01-23 13:55 UTC (permalink / raw)
  To: varkabhadram, alex.aring, linux-wpan, netdev, linux-kernel; +Cc: Mohammad Jamal

This patch removes the warnings (space before , ) shown by
checkpatch.pl

Signed-off-by: Mohammad Jamal <md.jamalmohiuddin@gmail.com>
---
 drivers/net/ieee802154/cc2520.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ieee802154/cc2520.c b/drivers/net/ieee802154/cc2520.c
index a43c8ac..665a3db 100644
--- a/drivers/net/ieee802154/cc2520.c
+++ b/drivers/net/ieee802154/cc2520.c
@@ -549,14 +549,14 @@ cc2520_ed(struct ieee802154_hw *hw, u8 *level)
 	u8 rssi;
 	int ret;
 
-	ret = cc2520_read_register(priv , CC2520_RSSISTAT, &status);
+	ret = cc2520_read_register(priv, CC2520_RSSISTAT, &status);
 	if (ret)
 		return ret;
 
 	if (status != RSSI_VALID)
 		return -EINVAL;
 
-	ret = cc2520_read_register(priv , CC2520_RSSI, &rssi);
+	ret = cc2520_read_register(priv, CC2520_RSSI, &rssi);
 	if (ret)
 		return ret;
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH bluetooth-next] ieee802154: cc2520: Fix space before , coding style issue
  2015-01-23 13:55 [PATCH bluetooth-next] ieee802154: cc2520: Fix space before , coding style issue Mohammad Jamal
@ 2015-01-26 14:05 ` Varka Bhadram
  2015-02-02  5:10 ` Marcel Holtmann
  1 sibling, 0 replies; 3+ messages in thread
From: Varka Bhadram @ 2015-01-26 14:05 UTC (permalink / raw)
  To: Mohammad Jamal, alex.aring, linux-wpan, netdev, linux-kernel

Hi Jamal,

On Friday 23 January 2015 07:25 PM, Mohammad Jamal wrote:
> This patch removes the warnings (space before , ) shown by
> checkpatch.pl

Thanks for the patch.

Acked-by: Varka Bhadram <varkabhadram@gmail.com>

>
> Signed-off-by: Mohammad Jamal <md.jamalmohiuddin@gmail.com>
> ---
>   drivers/net/ieee802154/cc2520.c |    4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/ieee802154/cc2520.c b/drivers/net/ieee802154/cc2520.c
> index a43c8ac..665a3db 100644
> --- a/drivers/net/ieee802154/cc2520.c
> +++ b/drivers/net/ieee802154/cc2520.c
> @@ -549,14 +549,14 @@ cc2520_ed(struct ieee802154_hw *hw, u8 *level)
>   	u8 rssi;
>   	int ret;
>   
> -	ret = cc2520_read_register(priv , CC2520_RSSISTAT, &status);
> +	ret = cc2520_read_register(priv, CC2520_RSSISTAT, &status);
>   	if (ret)
>   		return ret;
>   
>   	if (status != RSSI_VALID)
>   		return -EINVAL;
>   
> -	ret = cc2520_read_register(priv , CC2520_RSSI, &rssi);
> +	ret = cc2520_read_register(priv, CC2520_RSSI, &rssi);
>   	if (ret)
>   		return ret;
>   

-- 
Thanks and Regards,
Varka Bhadram.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH bluetooth-next] ieee802154: cc2520: Fix space before , coding style issue
  2015-01-23 13:55 [PATCH bluetooth-next] ieee802154: cc2520: Fix space before , coding style issue Mohammad Jamal
  2015-01-26 14:05 ` Varka Bhadram
@ 2015-02-02  5:10 ` Marcel Holtmann
  1 sibling, 0 replies; 3+ messages in thread
From: Marcel Holtmann @ 2015-02-02  5:10 UTC (permalink / raw)
  To: Mohammad Jamal; +Cc: varkabhadram, alex.aring, linux-wpan, netdev, linux-kernel

Hi Mohammad,

> This patch removes the warnings (space before , ) shown by
> checkpatch.pl
> 
> Signed-off-by: Mohammad Jamal <md.jamalmohiuddin@gmail.com>
> ---
> drivers/net/ieee802154/cc2520.c |    4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-02  5:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-23 13:55 [PATCH bluetooth-next] ieee802154: cc2520: Fix space before , coding style issue Mohammad Jamal
2015-01-26 14:05 ` Varka Bhadram
2015-02-02  5:10 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).