aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorMartin Varghese <martin.varghese@nokia.com>2019-12-21 08:50:23 +0530
committerDavid S. Miller <davem@davemloft.net>2019-12-24 22:24:45 -0800
commit76f99f987f2b7f95d43857b6e0362bd8dec9890c (patch)
treee52ff9cd34943b07e3405572e1f22572990ea072 /net
parentnet: skb_mpls_push() modified to allow MPLS header push at start of packet. (diff)
downloadlinux-dev-76f99f987f2b7f95d43857b6e0362bd8dec9890c.tar.xz
linux-dev-76f99f987f2b7f95d43857b6e0362bd8dec9890c.zip
net: Rephrased comments section of skb_mpls_pop()
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>
Diffstat (limited to 'net')
-rw-r--r--net/core/skbuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/skbuff.c b/net/core/skbuff.c
index d90c8276a9ee..44b0894d8ae1 100644
--- a/net/core/skbuff.c
+++ b/net/core/skbuff.c
@@ -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.
*