diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-07-18 21:44:50 -0400 |
---|---|---|
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-07-18 21:44:50 -0400 |
commit | 9cbcbf4e010ec253df686257f99c819da9b895da (patch) | |
tree | c1313466c141c0f21109353ee051893423a1b20c /net/sctp/sm_statefuns.c | |
parent | 1c899641acd18b8d9d8a61dcb5dd8826fc6c87ea (diff) |
[NET] SCTP: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net/sctp/sm_statefuns.c')
-rw-r--r-- | net/sctp/sm_statefuns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/sm_statefuns.c b/net/sctp/sm_statefuns.c index f02ce3dddb7b..fd2dfdd7d7fd 100644 --- a/net/sctp/sm_statefuns.c +++ b/net/sctp/sm_statefuns.c | |||
@@ -1779,7 +1779,7 @@ static sctp_disposition_t sctp_sf_do_dupcook_d(const struct sctp_endpoint *ep, | |||
1779 | SCTP_COMM_UP, 0, | 1779 | SCTP_COMM_UP, 0, |
1780 | asoc->c.sinit_num_ostreams, | 1780 | asoc->c.sinit_num_ostreams, |
1781 | asoc->c.sinit_max_instreams, | 1781 | asoc->c.sinit_max_instreams, |
1782 | NULL, GFP_ATOMIC); | 1782 | NULL, GFP_ATOMIC); |
1783 | if (!ev) | 1783 | if (!ev) |
1784 | goto nomem; | 1784 | goto nomem; |
1785 | 1785 | ||