diff mbox series

ieee802154: mcr20a: fix indentation, remove tabs

Message ID 20190114154834.18693-1-colin.king@canonical.com (mailing list archive)
State Accepted
Headers show
Series ieee802154: mcr20a: fix indentation, remove tabs | expand

Commit Message

Colin King Jan. 14, 2019, 3:48 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

The are a couple of statments that are one level too deep, fix this by
removing tabs.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/ieee802154/mcr20a.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Stefan Schmidt Jan. 14, 2019, 6:45 p.m. UTC | #1
Hello.

On 14.01.19 16:48, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> The are a couple of statments that are one level too deep, fix this by
> removing tabs.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/net/ieee802154/mcr20a.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/net/ieee802154/mcr20a.c b/drivers/net/ieee802154/mcr20a.c
> index 44de81e5f140..c589f5ae75bb 100644
> --- a/drivers/net/ieee802154/mcr20a.c
> +++ b/drivers/net/ieee802154/mcr20a.c
> @@ -905,9 +905,9 @@ mcr20a_irq_clean_complete(void *context)
>  		}
>  		break;
>  	case (DAR_IRQSTS1_RXIRQ | DAR_IRQSTS1_SEQIRQ):
> -			/* rx is starting */
> -			dev_dbg(printdev(lp), "RX is starting\n");
> -			mcr20a_handle_rx(lp);
> +		/* rx is starting */
> +		dev_dbg(printdev(lp), "RX is starting\n");
> +		mcr20a_handle_rx(lp);
>  		break;
>  	case (DAR_IRQSTS1_RXIRQ | DAR_IRQSTS1_TXIRQ | DAR_IRQSTS1_SEQIRQ):
>  		if (lp->is_tx) {
> 


This patch has been applied to the wpan tree and will be
part of the next pull request to net. Thanks!

regards
Stefan Schmidt
diff mbox series

Patch

diff --git a/drivers/net/ieee802154/mcr20a.c b/drivers/net/ieee802154/mcr20a.c
index 44de81e5f140..c589f5ae75bb 100644
--- a/drivers/net/ieee802154/mcr20a.c
+++ b/drivers/net/ieee802154/mcr20a.c
@@ -905,9 +905,9 @@  mcr20a_irq_clean_complete(void *context)
 		}
 		break;
 	case (DAR_IRQSTS1_RXIRQ | DAR_IRQSTS1_SEQIRQ):
-			/* rx is starting */
-			dev_dbg(printdev(lp), "RX is starting\n");
-			mcr20a_handle_rx(lp);
+		/* rx is starting */
+		dev_dbg(printdev(lp), "RX is starting\n");
+		mcr20a_handle_rx(lp);
 		break;
 	case (DAR_IRQSTS1_RXIRQ | DAR_IRQSTS1_TXIRQ | DAR_IRQSTS1_SEQIRQ):
 		if (lp->is_tx) {