Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75c09280 authored by Jiri Pirko's avatar Jiri Pirko Committed by David S. Miller
Browse files

mlxsw: reg: Avoid unnecessary line wrap for mlxsw_reg_sfd_uc_unpack

parent 8316f087
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -397,8 +397,7 @@ static inline void mlxsw_reg_sfd_uc_pack(char *payload, int rec_index,
	mlxsw_reg_sfd_uc_system_port_set(payload, rec_index, local_port);
}

static inline void
mlxsw_reg_sfd_uc_unpack(char *payload, int rec_index,
static inline void mlxsw_reg_sfd_uc_unpack(char *payload, int rec_index,
					   char *mac, u16 *p_vid,
					   u8 *p_local_port)
{