All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tariq Toukan <tariqt@mellanox.com>
To: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org, Eran Ben Elisha <eranbe@mellanox.com>,
	Kamal Heib <kamalh@mellanox.com>,
	Tariq Toukan <tariqt@mellanox.com>
Subject: [PATCH net-next 2/5] net/mlx4_en: Fix wrong indentation
Date: Mon, 12 Sep 2016 16:20:13 +0300	[thread overview]
Message-ID: <1473686416-11779-3-git-send-email-tariqt@mellanox.com> (raw)
In-Reply-To: <1473686416-11779-1-git-send-email-tariqt@mellanox.com>

From: Kamal Heib <kamalh@mellanox.com>

Use tabs instead of spaces before if statement, no functional change.

Fixes: e7c1c2c46201 ("mlx4_en: Added self diagnostics test implementation")
Signed-off-by: Kamal Heib <kamalh@mellanox.com>
Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
---
 drivers/net/ethernet/mellanox/mlx4/en_rx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/mellanox/mlx4/en_rx.c b/drivers/net/ethernet/mellanox/mlx4/en_rx.c
index bb7ccb109aa4..51fa0aa8a49c 100644
--- a/drivers/net/ethernet/mellanox/mlx4/en_rx.c
+++ b/drivers/net/ethernet/mellanox/mlx4/en_rx.c
@@ -1022,7 +1022,7 @@ int mlx4_en_process_rx_cq(struct net_device *dev, struct mlx4_en_cq *cq, int bud
 			goto next;
 		}
 
-                if (unlikely(priv->validate_loopback)) {
+		if (unlikely(priv->validate_loopback)) {
 			validate_loopback(priv, skb);
 			goto next;
 		}
-- 
1.8.3.1

  parent reply	other threads:[~2016-09-12 13:20 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-12 13:20 [PATCH net-next 0/5] mlx4 misc fixes and improvements Tariq Toukan
2016-09-12 13:20 ` [PATCH net-next 1/5] net/mlx4_en: Add branch prediction hints in RX data-path Tariq Toukan
2016-09-12 13:20 ` Tariq Toukan [this message]
2016-09-12 13:20 ` [PATCH net-next 3/5] net/mlx4_core: Use RCU to perform radix tree lookup for SRQ Tariq Toukan
2016-09-12 13:20 ` [PATCH net-next 4/5] net/mlx4_core: Fix deadlock when switching between polling and event fw commands Tariq Toukan
2016-09-12 13:20 ` [PATCH net-next 5/5] net/mlx4_core: Fix to clean devlink resources Tariq Toukan
2016-09-15 23:21 ` [PATCH net-next 0/5] mlx4 misc fixes and improvements David Miller
2016-09-16  7:46   ` Or Gerlitz
2016-09-18  7:27   ` Tariq Toukan
2016-09-19  2:00     ` David Miller
2016-09-19  5:32       ` Or Gerlitz
2016-09-20  8:50         ` Tariq Toukan
2016-09-20  9:02           ` 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=1473686416-11779-3-git-send-email-tariqt@mellanox.com \
    --to=tariqt@mellanox.com \
    --cc=davem@davemloft.net \
    --cc=eranbe@mellanox.com \
    --cc=kamalh@mellanox.com \
    --cc=netdev@vger.kernel.org \
    /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 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.