diff options
author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2020-09-18 13:57:49 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-09-18 17:52:40 -0700 |
commit | f8320ec14dedb7aafc24c61d91cb0babd0588e5a (patch) | |
tree | 545f229779d0039046972247f1369bdeccff1f8c /drivers/net/dsa/ocelot/felix.c | |
parent | 123d231a166369b31b212ef3106fad9c4104f126 (diff) |
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.c')
-rw-r--r-- | drivers/net/dsa/ocelot/felix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/dsa/ocelot/felix.c b/drivers/net/dsa/ocelot/felix.c index a1e1d38241109..ad68eb2310c8a 100644 --- a/drivers/net/dsa/ocelot/felix.c +++ b/drivers/net/dsa/ocelot/felix.c @@ -797,7 +797,7 @@ const struct dsa_switch_ops felix_switch_ops = { .cls_flower_add = felix_cls_flower_add, .cls_flower_del = felix_cls_flower_del, .cls_flower_stats = felix_cls_flower_stats, - .port_setup_tc = felix_port_setup_tc, + .port_setup_tc = felix_port_setup_tc, }; static int __init felix_init(void) |