summaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_statefuns.c
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki2007-07-19 03:44:50 +0200
committerYOSHIFUJI Hideaki2007-07-19 03:44:50 +0200
commit9cbcbf4e010ec253df686257f99c819da9b895da (patch)
treec1313466c141c0f21109353ee051893423a1b20c /net/sctp/sm_statefuns.c
parent[NET] RXRPC: Fix whitespace errors. (diff)
downloadkernel-qcow2-linux-9cbcbf4e010ec253df686257f99c819da9b895da.tar.gz
kernel-qcow2-linux-9cbcbf4e010ec253df686257f99c819da9b895da.tar.xz
kernel-qcow2-linux-9cbcbf4e010ec253df686257f99c819da9b895da.zip
[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.c2
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,
SCTP_COMM_UP, 0,
asoc->c.sinit_num_ostreams,
asoc->c.sinit_max_instreams,
- NULL, GFP_ATOMIC);
+ NULL, GFP_ATOMIC);
if (!ev)
goto nomem;