diff options
author | Petr Machata <petrm@mellanox.com> | 2018-02-13 13:27:46 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-13 20:26:25 +0300 |
commit | 306a934e5b39aac34910296764f96293fff34a96 (patch) | |
tree | c98932a5c457ced35394bd9d05effb501aafc267 | |
parent | 439ccd8ce9eeb4c44632404a0ba38f947e97caba (diff) | |
download | linux-306a934e5b39aac34910296764f96293fff34a96.tar.xz |
mlxsw: spectrum: Fix a coding style nit
Signed-off-by: Petr Machata <petrm@mellanox.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c index 3dcc58d61506..da3d981a09f9 100644 --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c @@ -582,8 +582,8 @@ mlxsw_sp_span_entry_find(struct mlxsw_sp *mlxsw_sp, u8 local_port) return NULL; } -static struct mlxsw_sp_span_entry -*mlxsw_sp_span_entry_get(struct mlxsw_sp_port *port) +static struct mlxsw_sp_span_entry * +mlxsw_sp_span_entry_get(struct mlxsw_sp_port *port) { struct mlxsw_sp_span_entry *span_entry; |