]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
sctp: fix spelling mistake: "max_retans" -> "max_retrans"
authorColin Ian King <colin.king@canonical.com>
Tue, 8 May 2018 22:24:28 +0000 (23:24 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 May 2018 19:23:50 +0000 (15:23 -0400)
Trivial fix to spelling mistake in error string

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/sm_make_chunk.c

index 5a4fb1dc8400a0316177ce65be8126857297eb5e..e62addb60434a4438e773691198297f6c600af9d 100644 (file)
@@ -1152,7 +1152,7 @@ struct sctp_chunk *sctp_make_violation_max_retrans(
                                        const struct sctp_association *asoc,
                                        const struct sctp_chunk *chunk)
 {
-       static const char error[] = "Association exceeded its max_retans count";
+       static const char error[] = "Association exceeded its max_retrans count";
        size_t payload_len = sizeof(error) + sizeof(struct sctp_errhdr);
        struct sctp_chunk *retval;