aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_sideeffect.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp/sm_sideeffect.c')
-rw-r--r--net/sctp/sm_sideeffect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/sm_sideeffect.c b/net/sctp/sm_sideeffect.c
index 534c2e5feb05..1b2bb6487342 100644
--- a/net/sctp/sm_sideeffect.c
+++ b/net/sctp/sm_sideeffect.c
@@ -1201,7 +1201,7 @@ static int sctp_cmd_interpreter(sctp_event_t event_type,
1201 int local_cork = 0; 1201 int local_cork = 0;
1202 1202
1203 if (SCTP_EVENT_T_TIMEOUT != event_type) 1203 if (SCTP_EVENT_T_TIMEOUT != event_type)
1204 chunk = (struct sctp_chunk *) event_arg; 1204 chunk = event_arg;
1205 1205
1206 /* Note: This whole file is a huge candidate for rework. 1206 /* Note: This whole file is a huge candidate for rework.
1207 * For example, each command could either have its own handler, so 1207 * For example, each command could either have its own handler, so