diff options
author | Shan Wei <shanwei@cn.fujitsu.com> | 2010-04-15 12:48:48 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-04-16 02:36:38 -0400 |
commit | b5d43998234331b9c01bd2165fdbb25115f4387f (patch) | |
tree | 39077b6e097c65cfcee6475f9903071f96b2b09a /net | |
parent | 4e15ed4d930297c127d280ca1d0c785be870def4 (diff) |
ipv6: fix the comment of ip6_xmit()
ip6_xmit() is used by upper transport protocol.
Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv6/ip6_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
181 | } | 181 | } |
182 | 182 | ||
183 | /* | 183 | /* |
184 | * xmit an sk_buff (used by TCP) | 184 | * xmit an sk_buff (used by TCP, SCTP and DCCP) |
185 | */ | 185 | */ |
186 | 186 | ||
187 | int ip6_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl, | 187 | int ip6_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl, |