netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Hennerich <michael.hennerich@analog.com>
To: Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Alexander Aring <aar@pengutronix.de>
Cc: <linux-wpan@vger.kernel.org>, <netdev@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/1] net: ieee802154/adf7242: syntax error ifdef DEBUG
Date: Wed, 18 May 2016 08:35:14 +0200	[thread overview]
Message-ID: <573C0D22.6060505@analog.com> (raw)
In-Reply-To: <1463522320-10964-1-git-send-email-xypron.glpk@gmx.de>

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

  reply	other threads:[~2016-05-18  6:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-17 21:58 [PATCH 1/1] net: ieee802154/adf7242: syntax error ifdef DEBUG Heinrich Schuchardt
2016-05-18  6:35 ` Michael Hennerich [this message]
2016-05-19 18:31 ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=573C0D22.6060505@analog.com \
    --to=michael.hennerich@analog.com \
    --cc=aar@pengutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wpan@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=xypron.glpk@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).