[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5072C953.9080207@gmail.com>
Date: Mon, 08 Oct 2012 08:38:43 -0400
From: Vlad Yasevich <vyasevich@...il.com>
To: Masanari Iida <standby24x7@...il.com>
CC: sri@...ibm.com, linux-sctp@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net: sctp: Fix typo in socket.c
On 10/05/2012 10:50 AM, Masanari Iida wrote:
> Correct spelling typo in net/sctp/socket.c
>
> Signed-off-by: Masanari Iida <standby24x7@...il.com>
Acked-by: Vlad Yasevich <vyasevich@...il.com>
-vlad
> ---
> net/sctp/socket.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/sctp/socket.c b/net/sctp/socket.c
> index d37d24f..aaeff63 100644
> --- a/net/sctp/socket.c
> +++ b/net/sctp/socket.c
> @@ -973,7 +973,7 @@ SCTP_STATIC int sctp_setsockopt_bindx(struct sock* sk,
> void *addr_buf;
> struct sctp_af *af;
>
> - SCTP_DEBUG_PRINTK("sctp_setsocktopt_bindx: sk %p addrs %p"
> + SCTP_DEBUG_PRINTK("sctp_setsockopt_bindx: sk %p addrs %p"
> " addrs_size %d opt %d\n", sk, addrs, addrs_size, op);
>
> if (unlikely(addrs_size <= 0))
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists