net/mlx5e: Fix wrong code indentation in conditional statement
authorGal Pressman <galp@mellanox.com>
Tue, 22 Aug 2017 11:22:15 +0000 (14:22 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Thu, 24 Aug 2017 13:02:58 +0000 (16:02 +0300)
commit09800305504432eb00b8504645c05ac589f1c02c
tree14cf19f628dc85eb77854b46d97f25fb1d476570
parent07533c6765de05199417ec73f9c2a495ddd29473
net/mlx5e: Fix wrong code indentation in conditional statement

Fix the following checkpatch warning in en_ethtool.c:
WARNING: suspect code indent for conditional statements (8, 9)
+ for (i = 0; i < NUM_PCIE_PERF_STALL_COUNTERS(priv); i++)
+  strcpy(data + (idx++) * ETH_GSTRING_LEN,

Signed-off-by: Gal Pressman <galp@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c