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

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

staging: rtl8187se: remove an unnecessary line continuation



This patch fixed the following checkpatch warning:
WARNING: Avoid unnecessary line continuations

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 ea748af2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -294,7 +294,7 @@ ieee80211_classify(struct sk_buff *skb, struct ieee80211_network *network)
	}

	if (eh->ether_type == __constant_htons(ETHERTYPE_IP)) {
		const struct iphdr *ih = (struct iphdr *)(skb->data + \
		const struct iphdr *ih = (struct iphdr *)(skb->data +
		    sizeof(struct ether_header));
		wme_UP = (ih->tos >> 5)&0x07;
	} else if (vlan_tx_tag_present(skb)) {/* vtag packet */