diff options
author | Thadeu Lima de Souza Cascardo <cascardo@canonical.com> | 2018-05-31 08:20:20 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-03 11:00:52 -0400 |
commit | 8051ac7643e8d0f1dd7272042d66c0518e718347 (patch) | |
tree | 711434530120bd9d4ca55035b5e2c84ae4c3ebf3 | |
parent | deba328ce9b04085c6a214f7dbf5aa8f4f9041a1 (diff) |
vlan: use non-archaic spelling of failes
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/linux/if_vlan.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h index 78a5a90b4267..83ea4df6ab81 100644 --- a/include/linux/if_vlan.h +++ b/include/linux/if_vlan.h | |||
@@ -331,7 +331,7 @@ static inline bool vlan_hw_offload_capable(netdev_features_t features, | |||
331 | * @mac_len: MAC header length including outer vlan headers | 331 | * @mac_len: MAC header length including outer vlan headers |
332 | * | 332 | * |
333 | * Inserts the VLAN tag into @skb as part of the payload at offset mac_len | 333 | * Inserts the VLAN tag into @skb as part of the payload at offset mac_len |
334 | * Returns error if skb_cow_head failes. | 334 | * Returns error if skb_cow_head fails. |
335 | * | 335 | * |
336 | * Does not change skb->protocol so this function can be used during receive. | 336 | * Does not change skb->protocol so this function can be used during receive. |
337 | */ | 337 | */ |
@@ -379,7 +379,7 @@ static inline int __vlan_insert_inner_tag(struct sk_buff *skb, | |||
379 | * @vlan_tci: VLAN TCI to insert | 379 | * @vlan_tci: VLAN TCI to insert |
380 | * | 380 | * |
381 | * Inserts the VLAN tag into @skb as part of the payload | 381 | * Inserts the VLAN tag into @skb as part of the payload |
382 | * Returns error if skb_cow_head failes. | 382 | * Returns error if skb_cow_head fails. |
383 | * | 383 | * |
384 | * Does not change skb->protocol so this function can be used during receive. | 384 | * Does not change skb->protocol so this function can be used during receive. |
385 | */ | 385 | */ |