diff options
author | Jiri Pirko <jiri@resnulli.us> | 2015-05-10 09:47:47 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-12 18:43:53 -0400 |
commit | 9d47c0a2d958e06322c88245749278633d333cca (patch) | |
tree | 1d431bb9c061f7af2a934c23cbb66aeec8a3c598 /include/linux | |
parent | ebb9a03a590e2325f747be43c8db450e92509501 (diff) | |
download | linux-9d47c0a2d958e06322c88245749278633d333cca.tar.gz linux-9d47c0a2d958e06322c88245749278633d333cca.tar.bz2 linux-9d47c0a2d958e06322c88245749278633d333cca.zip |
switchdev: s/swdev_/switchdev_/
Turned out that "switchdev" sticks. So just unify all related terms to use
this prefix.
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: Scott Feldman <sfeldma@gmail.com>
Acked-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Acked-by: Andy Gospodarek <gospo@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index a6d706b2a947..2b39235b9f13 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -1567,7 +1567,7 @@ struct net_device { const struct net_device_ops *netdev_ops; const struct ethtool_ops *ethtool_ops; #ifdef CONFIG_NET_SWITCHDEV - const struct swdev_ops *swdev_ops; + const struct switchdev_ops *switchdev_ops; #endif const struct header_ops *header_ops; |