aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/primitive.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp/primitive.c')
-rw-r--r--net/sctp/primitive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/primitive.c b/net/sctp/primitive.c
index f0553a022859..1fb5b9bb3c6d 100644
--- a/net/sctp/primitive.c
+++ b/net/sctp/primitive.c
@@ -54,7 +54,7 @@ int sctp_primitive_ ## name(struct net *net, struct sctp_association *asoc, \
54 void *arg) { \ 54 void *arg) { \
55 int error = 0; \ 55 int error = 0; \
56 sctp_event_t event_type; sctp_subtype_t subtype; \ 56 sctp_event_t event_type; sctp_subtype_t subtype; \
57 sctp_state_t state; \ 57 enum sctp_state state; \
58 struct sctp_endpoint *ep; \ 58 struct sctp_endpoint *ep; \
59 \ 59 \
60 event_type = SCTP_EVENT_T_PRIMITIVE; \ 60 event_type = SCTP_EVENT_T_PRIMITIVE; \