diff options
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 |