sctp: Fix some typo
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 22 Nov 2020 18:07:04 +0000 (19:07 +0100)
committerJakub Kicinski <kuba@kernel.org>
Tue, 24 Nov 2020 01:44:11 +0000 (17:44 -0800)
s/tranport/transport/

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/20201122180704.1366636-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/sctp/transport.c

index 60fcf31..bf0ac46 100644 (file)
@@ -8,7 +8,7 @@
  *
  * 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
  * union sctp_addr.
  *
@@ -123,7 +123,7 @@ void sctp_transport_free(struct sctp_transport *transport)
        /* Delete the T3_rtx timer if it's active.
         * There is no point in not doing this now and letting
         * 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))
                sctp_transport_put(transport);