projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a18c5b
)
sctp: Fix spelling mistake: "Atempt" -> "Attempt"
author
Colin Ian King
<
[email protected]
>
Tue, 10 Jan 2017 22:53:06 +0000
(22:53 +0000)
committer
David S. Miller
<
[email protected]
>
Wed, 11 Jan 2017 15:01:01 +0000
(10:01 -0500)
Trivial fix to spelling mistake in WARN_ONCE message
Signed-off-by: Colin Ian King <
[email protected]
>
Acked-by: Neil Horman <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/sctp/outqueue.c
patch
|
blob
|
history
diff --git
a/net/sctp/outqueue.c
b/net/sctp/outqueue.c
index e54082699520ae40d8ab4c282c230f3b3787db92..34efaa4ef2f6acfbed9b490f948f214e91a5606c 100644
(file)
--- a/
net/sctp/outqueue.c
+++ b/
net/sctp/outqueue.c
@@
-1048,7
+1048,7
@@
static void sctp_outq_flush(struct sctp_outq *q, int rtx_timeout, gfp_t gfp)
(new_transport->state == SCTP_PF)))
new_transport = asoc->peer.active_path;
if (new_transport->state == SCTP_UNCONFIRMED) {
- WARN_ONCE(1, "Atempt to send packet on unconfirmed path.");
+ WARN_ONCE(1, "At
t
empt to send packet on unconfirmed path.");
sctp_chunk_fail(chunk, 0);
sctp_chunk_free(chunk);
continue;