diff options
Diffstat (limited to 'net/sctp/protocol.c')
-rw-r--r-- | net/sctp/protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index b48ffe845c31..08d14d86ecfb 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c | |||
@@ -1339,7 +1339,7 @@ static int __net_init sctp_ctrlsock_init(struct net *net) | |||
1339 | return status; | 1339 | return status; |
1340 | } | 1340 | } |
1341 | 1341 | ||
1342 | static void __net_init sctp_ctrlsock_exit(struct net *net) | 1342 | static void __net_exit sctp_ctrlsock_exit(struct net *net) |
1343 | { | 1343 | { |
1344 | /* Free the control endpoint. */ | 1344 | /* Free the control endpoint. */ |
1345 | inet_ctl_sock_destroy(net->sctp.ctl_sock); | 1345 | inet_ctl_sock_destroy(net->sctp.ctl_sock); |