commit | 9f81bcd9429e9bb4006eb9b7df276706c5df926d | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Nov 20 17:26:34 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:27:13 2006 -0800 |
tree | 1f2f5ddc1c22d2b771121e7bf64afc5c837b1e0d | |
parent | 962c837275e8a8c1df41f1882e971636093cdee4 [diff] [blame] |
[SCTP]: More trivial sctp annotations. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/sctp/outqueue.c b/net/sctp/outqueue.c index 7395824..c914848 100644 --- a/net/sctp/outqueue.c +++ b/net/sctp/outqueue.c
@@ -1632,7 +1632,7 @@ } static inline int sctp_get_skip_pos(struct sctp_fwdtsn_skip *skiplist, - int nskips, __u16 stream) + int nskips, __be16 stream) { int i;