mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
1f86839874
commit
8f24f3095d
5 changed files with 12 additions and 12 deletions
|
@ -65,7 +65,7 @@ enum switchdev_obj_id {
|
|||
};
|
||||
|
||||
/* SWITCHDEV_OBJ_ID_PORT_VLAN */
|
||||
struct switchdev_obj_vlan {
|
||||
struct switchdev_obj_port_vlan {
|
||||
u16 flags;
|
||||
u16 vid_begin;
|
||||
u16 vid_end;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue