Commit 5112cf59 authored by Christophe JAILLET's avatar Christophe JAILLET Committed by Jakub Kicinski
parent cc69837f
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* This file is part of the SCTP kernel implementation * This file is part of the SCTP kernel implementation
* *
* This module provides the abstraction for an SCTP tranport representing * This module provides the abstraction for an SCTP transport representing
* a remote transport address. For local transport addresses, we just use * a remote transport address. For local transport addresses, we just use
* union sctp_addr. * union sctp_addr.
* *
...@@ -123,7 +123,7 @@ void sctp_transport_free(struct sctp_transport *transport) ...@@ -123,7 +123,7 @@ void sctp_transport_free(struct sctp_transport *transport)
/* Delete the T3_rtx timer if it's active. /* Delete the T3_rtx timer if it's active.
* There is no point in not doing this now and letting * There is no point in not doing this now and letting
* structure hang around in memory since we know * structure hang around in memory since we know
* the tranport is going away. * the transport is going away.
*/ */
if (del_timer(&transport->T3_rtx_timer)) if (del_timer(&transport->T3_rtx_timer))
sctp_transport_put(transport); sctp_transport_put(transport);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment