提交 ea748af2 编写于 作者: T Teodora Baluta 提交者: Greg Kroah-Hartman

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: NTeodora Baluta <teobaluta@gmail.com>
Reviewed-by: NJosh Triplett <josh@joshtriplett.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 69e222d9
...@@ -502,8 +502,8 @@ int ieee80211_rtl_xmit(struct sk_buff *skb, ...@@ -502,8 +502,8 @@ int ieee80211_rtl_xmit(struct sk_buff *skb,
} }
if (ieee->current_network.QoS_Enable) { if (ieee->current_network.QoS_Enable) {
/* /*
* add 1 only indicate to corresponding seq number * add 1 only indicate to corresponding seq
* control 2006/7/12 * number control 2006/7/12
*/ */
frag_hdr->seq_ctl = cpu_to_le16(ieee->seq_ctrl[UP2AC(skb->priority)+1]<<4 | i); frag_hdr->seq_ctl = cpu_to_le16(ieee->seq_ctrl[UP2AC(skb->priority)+1]<<4 | i);
} else { } else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册