diff options
author | Jiri Pirko <jiri@mellanox.com> | 2015-10-15 15:43:24 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-10-16 06:27:53 (GMT) |
commit | 36b78e8ababe6c596680d742f20bece5e8dc9820 (patch) | |
tree | 9b38b75754666d3892fe2ba4c35b2da57de1f4e0 /drivers | |
parent | 3f0effd16b69d84558f2e7eb7ccd0e27a43173f4 (diff) | |
download | linux-36b78e8ababe6c596680d742f20bece5e8dc9820.tar.xz |
mlxsw: reg: Remove extra space in SFGC ID define
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ethernet/mellanox/mlxsw/reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlxsw/reg.h b/drivers/net/ethernet/mellanox/mlxsw/reg.h index a2ebb79..34b95a1 100644 --- a/drivers/net/ethernet/mellanox/mlxsw/reg.h +++ b/drivers/net/ethernet/mellanox/mlxsw/reg.h @@ -205,7 +205,7 @@ static inline void mlxsw_reg_spms_pack(char *payload, u8 local_port, u16 vid, * The following register controls the association of flooding tables and MIDs * to packet types used for flooding. */ -#define MLXSW_REG_SFGC_ID 0x2011 +#define MLXSW_REG_SFGC_ID 0x2011 #define MLXSW_REG_SFGC_LEN 0x10 static const struct mlxsw_reg_info mlxsw_reg_sfgc = { |