diff options
| author | Jiri Pirko <jiri@mellanox.com> | 2015-10-01 05:03:43 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2015-10-03 07:49:38 -0400 |
| commit | 8f24f3095dcedaa4eb4719eee2bed738fe2ce4a0 (patch) | |
| tree | a1bbf65f238f8cb6e74097178aad9972e9d63eec /include/net/switchdev.h | |
| parent | 1f86839874a50c9ee2009567d2f312b1e1949e24 (diff) | |
switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlan
Make the struct name in sync with object id name.
Suggested-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Acked-by: Scott Feldman <sfeldma@gmail.com>
Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/switchdev.h')
| -rw-r--r-- | include/net/switchdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/switchdev.h b/include/net/switchdev.h index 612719b9618a..0138f9b374e2 100644 --- a/include/net/switchdev.h +++ b/include/net/switchdev.h | |||
| @@ -65,7 +65,7 @@ enum switchdev_obj_id { | |||
| 65 | }; | 65 | }; |
| 66 | 66 | ||
| 67 | /* SWITCHDEV_OBJ_ID_PORT_VLAN */ | 67 | /* SWITCHDEV_OBJ_ID_PORT_VLAN */ |
| 68 | struct switchdev_obj_vlan { | 68 | struct switchdev_obj_port_vlan { |
| 69 | u16 flags; | 69 | u16 flags; |
| 70 | u16 vid_begin; | 70 | u16 vid_begin; |
| 71 | u16 vid_end; | 71 | u16 vid_end; |
