mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 15:13:44 -04:00
staging: rtl8187se: remove an unnecessary line continuation
This patch fixed the following checkpatch warning: WARNING: Avoid unnecessary line continuations Signed-off-by: Teodora Baluta <teobaluta@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ea748af2ce
commit
5cae05cc9f
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user