diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-02-09 09:25:18 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-02-11 02:20:11 -0500 |
commit | d808ad9ab8b1109239027c248c4652503b9d3029 (patch) | |
tree | cdd09b4987a4efd687a0a138491d626f8b674de5 /net/sctp/primitive.c | |
parent | 10297b99315e5e08fe623ba56da35db1fee69ba9 (diff) |
[NET] SCTP: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/primitive.c')
-rw-r--r-- | net/sctp/primitive.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sctp/primitive.c b/net/sctp/primitive.c index 3a7ebfcc1fdb..1b2976d34ac7 100644 --- a/net/sctp/primitive.c +++ b/net/sctp/primitive.c | |||
@@ -70,7 +70,7 @@ int sctp_primitive_ ## name(struct sctp_association *asoc, \ | |||
70 | \ | 70 | \ |
71 | error = sctp_do_sm(event_type, subtype, state, ep, asoc, \ | 71 | error = sctp_do_sm(event_type, subtype, state, ep, asoc, \ |
72 | arg, GFP_KERNEL); \ | 72 | arg, GFP_KERNEL); \ |
73 | return error; \ | 73 | return error; \ |
74 | } | 74 | } |
75 | 75 | ||
76 | /* 10.1 ULP-to-SCTP | 76 | /* 10.1 ULP-to-SCTP |
@@ -207,7 +207,7 @@ DECLARE_PRIMITIVE(REQUESTHEARTBEAT); | |||
207 | 207 | ||
208 | /* ADDIP | 208 | /* ADDIP |
209 | * 3.1.1 Address Configuration Change Chunk (ASCONF) | 209 | * 3.1.1 Address Configuration Change Chunk (ASCONF) |
210 | * | 210 | * |
211 | * This chunk is used to communicate to the remote endpoint one of the | 211 | * This chunk is used to communicate to the remote endpoint one of the |
212 | * configuration change requests that MUST be acknowledged. The | 212 | * configuration change requests that MUST be acknowledged. The |
213 | * information carried in the ASCONF Chunk uses the form of a | 213 | * information carried in the ASCONF Chunk uses the form of a |