Commit 7c280df8 authored by Gokce Kuler's avatar Gokce Kuler Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: rearrange line exceeding 80 characters



Moved to the bottom line after && operator for it exceeds 80 character

Signed-off-by: default avatarGokce Kuler <gokcekuler@gmail.com>
Link: https://lore.kernel.org/r/20200316151009.GA7604@siyah2


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d9e709d0
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -794,8 +794,10 @@ void wilc_wfi_mgmt_rx(struct wilc *wilc, u8 *buff, u32 size)
		u16 type = le16_to_cpup((__le16 *)buff);

		if (vif->priv.p2p_listen_state &&
		    ((type == vif->frame_reg[0].type && vif->frame_reg[0].reg) ||
		     (type == vif->frame_reg[1].type && vif->frame_reg[1].reg)))
		    ((type == vif->frame_reg[0].type &&
		      vif->frame_reg[0].reg) ||
		     (type == vif->frame_reg[1].type &&
		      vif->frame_reg[1].reg)))
			wilc_wfi_p2p_rx(vif, buff, size);

		if (vif->monitor_flag)