diff options
Diffstat (limited to 'include/net/sctp/structs.h')
-rw-r--r-- | include/net/sctp/structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 6fab67e7f1e5..fbe6e81b889b 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -1577,7 +1577,7 @@ struct sctp_association { | |||
1577 | * | 1577 | * |
1578 | * State takes values from SCTP_STATE_*. | 1578 | * State takes values from SCTP_STATE_*. |
1579 | */ | 1579 | */ |
1580 | sctp_state_t state; | 1580 | enum sctp_state state; |
1581 | 1581 | ||
1582 | /* Overall : The overall association error count. | 1582 | /* Overall : The overall association error count. |
1583 | * Error Count : [Clear this any time I get something.] | 1583 | * Error Count : [Clear this any time I get something.] |