Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61759
b: refs/heads/master
c: 9cbcbf4
h: refs/heads/master
i:
  61757: 06b23a7
  61755: dc5b25f
  61751: 75b0b80
  61743: 024c44d
  61727: cdc3cd6
  61695: 9379976
v: v3
  • Loading branch information
YOSHIFUJI Hideaki committed Jul 19, 2007
1 parent bb2f2d4 commit 6530012
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c899641acd18b8d9d8a61dcb5dd8826fc6c87ea
refs/heads/master: 9cbcbf4e010ec253df686257f99c819da9b895da
2 changes: 1 addition & 1 deletion trunk/net/sctp/sm_statefuns.c
Original file line number Diff line number Diff line change
Expand Up @@ -1779,7 +1779,7 @@ static sctp_disposition_t sctp_sf_do_dupcook_d(const struct sctp_endpoint *ep,
SCTP_COMM_UP, 0,
asoc->c.sinit_num_ostreams,
asoc->c.sinit_max_instreams,
NULL, GFP_ATOMIC);
NULL, GFP_ATOMIC);
if (!ev)
goto nomem;

Expand Down
4 changes: 2 additions & 2 deletions trunk/net/sctp/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -4803,7 +4803,7 @@ static int sctp_getsockopt_partial_delivery_point(struct sock *sk, int len,
char __user *optval,
int __user *optlen)
{
u32 val;
u32 val;

if (len < sizeof(u32))
return -EINVAL;
Expand All @@ -4827,7 +4827,7 @@ static int sctp_getsockopt_maxburst(struct sock *sk, int len,
char __user *optval,
int __user *optlen)
{
int val;
int val;

if (len < sizeof(int))
return -EINVAL;
Expand Down

0 comments on commit 6530012

Please sign in to comment.