Skip to content

Commit 39a2d5c

Browse files
Colin Ian Kingdavem330
authored andcommitted
sctp: fix spelling mistake: "max_retans" -> "max_retrans"
Trivial fix to spelling mistake in error string Signed-off-by: Colin Ian King <[email protected]> Acked-by: Neil Horman <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 9af5573 commit 39a2d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/sctp/sm_make_chunk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ struct sctp_chunk *sctp_make_violation_max_retrans(
11521152
const struct sctp_association *asoc,
11531153
const struct sctp_chunk *chunk)
11541154
{
1155-
static const char error[] = "Association exceeded its max_retans count";
1155+
static const char error[] = "Association exceeded its max_retrans count";
11561156
size_t payload_len = sizeof(error) + sizeof(struct sctp_errhdr);
11571157
struct sctp_chunk *retval;
11581158

0 commit comments

Comments
 (0)