Skip to content

Commit 306a934

Browse files
pmachatadavem330
authored andcommitted
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>
1 parent 439ccd8 commit 306a934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/net/ethernet/mellanox/mlxsw/spectrum.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,8 +582,8 @@ mlxsw_sp_span_entry_find(struct mlxsw_sp *mlxsw_sp, u8 local_port)
582582
return NULL;
583583
}
584584

585-
static struct mlxsw_sp_span_entry
586-
*mlxsw_sp_span_entry_get(struct mlxsw_sp_port *port)
585+
static struct mlxsw_sp_span_entry *
586+
mlxsw_sp_span_entry_get(struct mlxsw_sp_port *port)
587587
{
588588
struct mlxsw_sp_span_entry *span_entry;
589589

0 commit comments

Comments
 (0)