All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] net: ieee802154/adf7242: syntax error ifdef DEBUG
@ 2016-05-17 21:58 Heinrich Schuchardt
  2016-05-18  6:35   ` Michael Hennerich
  2016-05-19 18:31 ` David Miller
  0 siblings, 2 replies; 5+ messages in thread
From: Heinrich Schuchardt @ 2016-05-17 21:58 UTC (permalink / raw)
  To: Michael Hennerich, Alexander Aring
  Cc: linux-wpan, netdev, linux-kernel, Heinrich Schuchardt

If DEBUG is defined, a superfluous closing brace
is introduced.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 drivers/net/ieee802154/adf7242.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ieee802154/adf7242.c b/drivers/net/ieee802154/adf7242.c
index b82e39d..9fa7ac9 100644
--- a/drivers/net/ieee802154/adf7242.c
+++ b/drivers/net/ieee802154/adf7242.c
@@ -915,7 +915,6 @@ static void adf7242_debug(u8 irq1)
 		(stat & 0xf) == RC_STATUS_PHY_RDY ? "RC_STATUS_PHY_RDY" : "",
 		(stat & 0xf) == RC_STATUS_RX ? "RC_STATUS_RX" : "",
 		(stat & 0xf) == RC_STATUS_TX ? "RC_STATUS_TX" : "");
-	}
 #endif
 }
 
-- 
2.1.4

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

* Re: [PATCH 1/1] net: ieee802154/adf7242: syntax error ifdef DEBUG
  2016-05-17 21:58 [PATCH 1/1] net: ieee802154/adf7242: syntax error ifdef DEBUG Heinrich Schuchardt
  2016-05-18  6:35   ` Michael Hennerich
@ 2016-05-18  6:35   ` Michael Hennerich
  1 sibling, 0 replies; 5+ messages in thread
From: Michael Hennerich @ 2016-05-18  6:35 UTC (permalink / raw)
  To: Heinrich Schuchardt, Alexander Aring; +Cc: linux-wpan, netdev, linux-kernel

On 05/17/2016 11:58 PM, Heinrich Schuchardt wrote:
> If DEBUG is defined, a superfluous closing brace
> is introduced.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Acked-by: Michael Hennerich <michael.hennerich@analog.com>

> ---
>   drivers/net/ieee802154/adf7242.c | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/drivers/net/ieee802154/adf7242.c b/drivers/net/ieee802154/adf7242.c
> index b82e39d..9fa7ac9 100644
> --- a/drivers/net/ieee802154/adf7242.c
> +++ b/drivers/net/ieee802154/adf7242.c
> @@ -915,7 +915,6 @@ static void adf7242_debug(u8 irq1)
>   		(stat & 0xf) == RC_STATUS_PHY_RDY ? "RC_STATUS_PHY_RDY" : "",
>   		(stat & 0xf) == RC_STATUS_RX ? "RC_STATUS_RX" : "",
>   		(stat & 0xf) == RC_STATUS_TX ? "RC_STATUS_TX" : "");
> -	}
>   #endif
>   }
>
>


-- 
Greetings,
Michael

--
Analog Devices GmbH      Wilhelm-Wagenfeld-Str. 6      80807 Muenchen
Sitz der Gesellschaft: Muenchen; Registergericht: Muenchen HRB 40368;
Geschaeftsfuehrer:Dr.Carsten Suckrow, Thomas Wessel, William A. Martin,
Margaret Seif

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

* Re: [PATCH 1/1] net: ieee802154/adf7242: syntax error ifdef DEBUG
@ 2016-05-18  6:35   ` Michael Hennerich
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Hennerich @ 2016-05-18  6:35 UTC (permalink / raw)
  To: Heinrich Schuchardt, Alexander Aring; +Cc: linux-wpan, netdev, linux-kernel

On 05/17/2016 11:58 PM, Heinrich Schuchardt wrote:
> If DEBUG is defined, a superfluous closing brace
> is introduced.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Acked-by: Michael Hennerich <michael.hennerich@analog.com>

> ---
>   drivers/net/ieee802154/adf7242.c | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/drivers/net/ieee802154/adf7242.c b/drivers/net/ieee802154/adf7242.c
> index b82e39d..9fa7ac9 100644
> --- a/drivers/net/ieee802154/adf7242.c
> +++ b/drivers/net/ieee802154/adf7242.c
> @@ -915,7 +915,6 @@ static void adf7242_debug(u8 irq1)
>   		(stat & 0xf) == RC_STATUS_PHY_RDY ? "RC_STATUS_PHY_RDY" : "",
>   		(stat & 0xf) == RC_STATUS_RX ? "RC_STATUS_RX" : "",
>   		(stat & 0xf) == RC_STATUS_TX ? "RC_STATUS_TX" : "");
> -	}
>   #endif
>   }
>
>


-- 
Greetings,
Michael

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

* Re: [PATCH 1/1] net: ieee802154/adf7242: syntax error ifdef DEBUG
@ 2016-05-18  6:35   ` Michael Hennerich
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Hennerich @ 2016-05-18  6:35 UTC (permalink / raw)
  To: Heinrich Schuchardt, Alexander Aring; +Cc: linux-wpan, netdev, linux-kernel

On 05/17/2016 11:58 PM, Heinrich Schuchardt wrote:
> If DEBUG is defined, a superfluous closing brace
> is introduced.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Acked-by: Michael Hennerich <michael.hennerich@analog.com>

> ---
>   drivers/net/ieee802154/adf7242.c | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/drivers/net/ieee802154/adf7242.c b/drivers/net/ieee802154/adf7242.c
> index b82e39d..9fa7ac9 100644
> --- a/drivers/net/ieee802154/adf7242.c
> +++ b/drivers/net/ieee802154/adf7242.c
> @@ -915,7 +915,6 @@ static void adf7242_debug(u8 irq1)
>   		(stat & 0xf) == RC_STATUS_PHY_RDY ? "RC_STATUS_PHY_RDY" : "",
>   		(stat & 0xf) == RC_STATUS_RX ? "RC_STATUS_RX" : "",
>   		(stat & 0xf) == RC_STATUS_TX ? "RC_STATUS_TX" : "");
> -	}
>   #endif
>   }
>
>


-- 
Greetings,
Michael

--
Analog Devices GmbH      Wilhelm-Wagenfeld-Str. 6      80807 Muenchen
Sitz der Gesellschaft: Muenchen; Registergericht: Muenchen HRB 40368;
Geschaeftsfuehrer:Dr.Carsten Suckrow, Thomas Wessel, William A. Martin,
Margaret Seif

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

* Re: [PATCH 1/1] net: ieee802154/adf7242: syntax error ifdef DEBUG
  2016-05-17 21:58 [PATCH 1/1] net: ieee802154/adf7242: syntax error ifdef DEBUG Heinrich Schuchardt
  2016-05-18  6:35   ` Michael Hennerich
@ 2016-05-19 18:31 ` David Miller
  1 sibling, 0 replies; 5+ messages in thread
From: David Miller @ 2016-05-19 18:31 UTC (permalink / raw)
  To: xypron.glpk; +Cc: michael.hennerich, aar, linux-wpan, netdev, linux-kernel

From: Heinrich Schuchardt <xypron.glpk@gmx.de>
Date: Tue, 17 May 2016 23:58:40 +0200

> If DEBUG is defined, a superfluous closing brace
> is introduced.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Applied.

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

end of thread, other threads:[~2016-05-19 18:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-17 21:58 [PATCH 1/1] net: ieee802154/adf7242: syntax error ifdef DEBUG Heinrich Schuchardt
2016-05-18  6:35 ` Michael Hennerich
2016-05-18  6:35   ` Michael Hennerich
2016-05-18  6:35   ` Michael Hennerich
2016-05-19 18:31 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.