]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
net: Rephrased comments section of skb_mpls_pop()
authorMartin Varghese <martin.varghese@nokia.com>
Sat, 21 Dec 2019 03:20:23 +0000 (08:50 +0530)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Dec 2019 06:24:45 +0000 (22:24 -0800)
Rephrased comments section of skb_mpls_pop() to align it with
comments section of skb_mpls_push().

Signed-off-by: Martin Varghese <martin.varghese@nokia.com>
Acked-by: Pravin B Shelar <pshelar@ovn.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c

index d90c8276a9eef759ad0b7de8a47432e52e1dd681..44b0894d8ae1fb4834c7c9df840bf6783cd93b8e 100644 (file)
@@ -5533,7 +5533,7 @@ EXPORT_SYMBOL_GPL(skb_mpls_push);
  * @skb: buffer
  * @next_proto: ethertype of header after popped MPLS header
  * @mac_len: length of the MAC header
- * @ethernet: flag to indicate if ethernet header is present in packet
+ * @ethernet: flag to indicate if the packet is ethernet
  *
  * Expects skb->data at mac header.
  *