* [PATCH] sctp: Fix spelling mistake: "Atempt" -> "Attempt"
@ 2017-01-10 22:53 Colin King
2017-01-11 14:39 ` Neil Horman
2017-01-11 15:01 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2017-01-10 22:53 UTC (permalink / raw)
To: Vlad Yasevich, Neil Horman, David S . Miller, linux-sctp, netdev
Cc: linux-kernel
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake in WARN_ONCE message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
net/sctp/outqueue.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/sctp/outqueue.c b/net/sctp/outqueue.c
index e540826..34efaa4 100644
--- 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, "Attempt to send packet on unconfirmed path.");
sctp_chunk_fail(chunk, 0);
sctp_chunk_free(chunk);
continue;
--
2.10.2
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] sctp: Fix spelling mistake: "Atempt" -> "Attempt"
2017-01-10 22:53 [PATCH] sctp: Fix spelling mistake: "Atempt" -> "Attempt" Colin King
@ 2017-01-11 14:39 ` Neil Horman
2017-01-11 15:01 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Neil Horman @ 2017-01-11 14:39 UTC (permalink / raw)
To: Colin King
Cc: Vlad Yasevich, David S . Miller, linux-sctp, netdev, linux-kernel
On Tue, Jan 10, 2017 at 10:53:06PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in WARN_ONCE message
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> net/sctp/outqueue.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/sctp/outqueue.c b/net/sctp/outqueue.c
> index e540826..34efaa4 100644
> --- 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, "Attempt to send packet on unconfirmed path.");
> sctp_chunk_fail(chunk, 0);
> sctp_chunk_free(chunk);
> continue;
> --
> 2.10.2
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sctp" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] sctp: Fix spelling mistake: "Atempt" -> "Attempt"
2017-01-10 22:53 [PATCH] sctp: Fix spelling mistake: "Atempt" -> "Attempt" Colin King
2017-01-11 14:39 ` Neil Horman
@ 2017-01-11 15:01 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2017-01-11 15:01 UTC (permalink / raw)
To: colin.king; +Cc: vyasevich, nhorman, linux-sctp, netdev, linux-kernel
From: Colin King <colin.king@canonical.com>
Date: Tue, 10 Jan 2017 22:53:06 +0000
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in WARN_ONCE message
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-01-11 15:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-10 22:53 [PATCH] sctp: Fix spelling mistake: "Atempt" -> "Attempt" Colin King
2017-01-11 14:39 ` Neil Horman
2017-01-11 15:01 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).