diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-20 20:26:34 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 00:27:13 -0500 |
commit | 9f81bcd9429e9bb4006eb9b7df276706c5df926d (patch) | |
tree | 1f2f5ddc1c22d2b771121e7bf64afc5c837b1e0d /net/sctp/outqueue.c | |
parent | 962c837275e8a8c1df41f1882e971636093cdee4 (diff) |
[SCTP]: More trivial sctp annotations.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/outqueue.c')
-rw-r--r-- | net/sctp/outqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/outqueue.c b/net/sctp/outqueue.c index 739582415bf6..c9148484b2ff 100644 --- a/net/sctp/outqueue.c +++ b/net/sctp/outqueue.c | |||
@@ -1632,7 +1632,7 @@ pass: | |||
1632 | } | 1632 | } |
1633 | 1633 | ||
1634 | static inline int sctp_get_skip_pos(struct sctp_fwdtsn_skip *skiplist, | 1634 | static inline int sctp_get_skip_pos(struct sctp_fwdtsn_skip *skiplist, |
1635 | int nskips, __u16 stream) | 1635 | int nskips, __be16 stream) |
1636 | { | 1636 | { |
1637 | int i; | 1637 | int i; |
1638 | 1638 | ||