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

Commit ea748af2 authored by Teodora Baluta's avatar Teodora Baluta Committed by Greg Kroah-Hartman
Browse files

staging: rtl8187se: fix conditional statement indent



This patch fixes the following checkpatch warning:
WARNING: suspect code indent for conditional statements (24, 26)

Signed-off-by: default avatarTeodora Baluta <teobaluta@gmail.com>
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 69e222d9
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -502,8 +502,8 @@ int ieee80211_rtl_xmit(struct sk_buff *skb,
			}
			if (ieee->current_network.QoS_Enable) {
				/*
			   * add 1 only indicate to corresponding seq number
			   * control 2006/7/12
				 * add 1 only indicate to corresponding seq
				 * number control 2006/7/12
				 */
				frag_hdr->seq_ctl = cpu_to_le16(ieee->seq_ctrl[UP2AC(skb->priority)+1]<<4 | i);
			} else {