diff options
| author | Jiri Pirko <jiri@mellanox.com> | 2015-10-01 05:03:44 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2015-10-03 07:49:39 -0400 |
| commit | 52ba57cfdc4c90da3bf996dfbe0c5feb731eb477 (patch) | |
| tree | 3985043321a0a03302bc2fee5d393ca0c54626df /include/net/switchdev.h | |
| parent | 8f24f3095dcedaa4eb4719eee2bed738fe2ce4a0 (diff) | |
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>
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 0138f9b374e2..8d71fdbaa7a6 100644 --- a/include/net/switchdev.h +++ b/include/net/switchdev.h | |||
| @@ -83,7 +83,7 @@ struct switchdev_obj_ipv4_fib { | |||
| 83 | }; | 83 | }; |
| 84 | 84 | ||
| 85 | /* SWITCHDEV_OBJ_ID_PORT_FDB */ | 85 | /* SWITCHDEV_OBJ_ID_PORT_FDB */ |
| 86 | struct switchdev_obj_fdb { | 86 | struct switchdev_obj_port_fdb { |
| 87 | const unsigned char *addr; | 87 | const unsigned char *addr; |
| 88 | u16 vid; | 88 | u16 vid; |
| 89 | u16 ndm_state; | 89 | u16 ndm_state; |
