summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot/felix.h
diff options
context:
space:
mode:
authorVladimir Oltean <vladimir.oltean@nxp.com>2020-09-18 12:57:49 +0200
committerDavid S. Miller <davem@davemloft.net>2020-09-19 02:52:40 +0200
commitf8320ec14dedb7aafc24c61d91cb0babd0588e5a (patch)
tree545f229779d0039046972247f1369bdeccff1f8c /drivers/net/dsa/ocelot/felix.h
parentnet: dsa: seville: reindent defines for MDIO controller (diff)
downloadlinux-f8320ec14dedb7aafc24c61d91cb0babd0588e5a.tar.xz
linux-f8320ec14dedb7aafc24c61d91cb0babd0588e5a.zip
net: dsa: felix: replace tabs with spaces
Over the time, some patches have introduced structures aligned with spaces, near structures aligned with tabs. Fix the inconsistencies. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/ocelot/felix.h')
-rw-r--r--drivers/net/dsa/ocelot/felix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/dsa/ocelot/felix.h b/drivers/net/dsa/ocelot/felix.h
index 9bceb994b7db..807f18b74847 100644
--- a/drivers/net/dsa/ocelot/felix.h
+++ b/drivers/net/dsa/ocelot/felix.h
@@ -20,7 +20,7 @@ struct felix_info {
const struct ocelot_stat_layout *stats_layout;
unsigned int num_stats;
int num_ports;
- int num_tx_queues;
+ int num_tx_queues;
struct vcap_field *vcap_is2_keys;
struct vcap_field *vcap_is2_actions;
const struct vcap_props *vcap;