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>
This commit is contained in:
parent
439ccd8ce9
commit
306a934e5b
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue