diff options
Diffstat (limited to 'net/hsr/hsr_forward.c')
-rw-r--r-- | net/hsr/hsr_forward.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/hsr/hsr_forward.c b/net/hsr/hsr_forward.c index c4dfc2966f62..43f91651ba10 100644 --- a/net/hsr/hsr_forward.c +++ b/net/hsr/hsr_forward.c | |||
@@ -105,7 +105,7 @@ static struct sk_buff *create_stripped_skb(struct sk_buff *skb_in, | |||
105 | if (skb->ip_summed == CHECKSUM_PARTIAL) | 105 | if (skb->ip_summed == CHECKSUM_PARTIAL) |
106 | skb->csum_start -= HSR_HLEN; | 106 | skb->csum_start -= HSR_HLEN; |
107 | 107 | ||
108 | copylen = 2*ETH_ALEN; | 108 | copylen = 2 * ETH_ALEN; |
109 | if (frame->is_vlan) | 109 | if (frame->is_vlan) |
110 | copylen += VLAN_HLEN; | 110 | copylen += VLAN_HLEN; |
111 | src = skb_mac_header(skb_in); | 111 | src = skb_mac_header(skb_in); |