summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/sctp/structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index f22c079fd1f1..8042e6380b0e 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -1557,7 +1557,7 @@ struct sctp_association {
* cookie and these are just pointers to those locations
*/
struct sctp_random_param *peer_random;
- sctp_chunks_param_t *peer_chunks;
+ struct sctp_chunks_param *peer_chunks;
sctp_hmac_algo_param_t *peer_hmacs;
} peer;