From: Shan Wei Date: Thu, 15 Apr 2010 16:48:48 +0000 (+0000) Subject: ipv6: fix the comment of ip6_xmit() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b5d43998234331b9c01bd2165fdbb25115f4387f;p=linux-beck.git ipv6: fix the comment of ip6_xmit() ip6_xmit() is used by upper transport protocol. Signed-off-by: Shan Wei Signed-off-by: David S. Miller --- diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index 141819f0c6f1..5129a16f482b 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c @@ -181,7 +181,7 @@ int ip6_output(struct sk_buff *skb) } /* - * xmit an sk_buff (used by TCP) + * xmit an sk_buff (used by TCP, SCTP and DCCP) */ int ip6_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl,