diff options
author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2020-09-18 12:57:49 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-09-19 02:52:40 +0200 |
commit | f8320ec14dedb7aafc24c61d91cb0babd0588e5a (patch) | |
tree | 545f229779d0039046972247f1369bdeccff1f8c /drivers/net/dsa/ocelot/felix.h | |
parent | net: dsa: seville: reindent defines for MDIO controller (diff) | |
download | linux-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.h | 2 |
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; |