]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
vlan: use non-archaic spelling of failes
authorThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Thu, 31 May 2018 12:20:20 +0000 (09:20 -0300)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Jun 2018 15:00:52 +0000 (11:00 -0400)
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_vlan.h

index 78a5a90b42672314a4e33fe4ee0840850fdb1e06..83ea4df6ab8166e759a9cc6f9a302241d0a13659 100644 (file)
@@ -331,7 +331,7 @@ static inline bool vlan_hw_offload_capable(netdev_features_t features,
  * @mac_len: MAC header length including outer vlan headers
  *
  * Inserts the VLAN tag into @skb as part of the payload at offset mac_len
- * Returns error if skb_cow_head failes.
+ * Returns error if skb_cow_head fails.
  *
  * Does not change skb->protocol so this function can be used during receive.
  */
@@ -379,7 +379,7 @@ static inline int __vlan_insert_inner_tag(struct sk_buff *skb,
  * @vlan_tci: VLAN TCI to insert
  *
  * Inserts the VLAN tag into @skb as part of the payload
- * Returns error if skb_cow_head failes.
+ * Returns error if skb_cow_head fails.
  *
  * Does not change skb->protocol so this function can be used during receive.
  */