switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb
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
8f24f3095d
commit
52ba57cfdc
5 changed files with 12 additions and 12 deletions
|
|
@ -83,7 +83,7 @@ struct switchdev_obj_ipv4_fib {
|
|||
};
|
||||
|
||||
/* SWITCHDEV_OBJ_ID_PORT_FDB */
|
||||
struct switchdev_obj_fdb {
|
||||
struct switchdev_obj_port_fdb {
|
||||
const unsigned char *addr;
|
||||
u16 vid;
|
||||
u16 ndm_state;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue