Skip to content

Commit

Permalink
ipv6: fix the comment of ip6_xmit()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shan Wei authored and David S. Miller committed Apr 16, 2010
1 parent 4e15ed4 commit b5d4399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv6/ip6_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b5d4399

Please sign in to comment.