* [PATCH] net: sctp: Fix typo in socket.c
@ 2012-10-05 14:50 Masanari Iida
2012-10-08 12:38 ` Vlad Yasevich
0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-10-05 14:50 UTC (permalink / raw)
To: vyasevich, sri, linux-sctp; +Cc: linux-kernel, Masanari Iida
Correct spelling typo in net/sctp/socket.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
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))
--
1.8.0.rc0.18.gf84667d
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] net: sctp: Fix typo in socket.c
2012-10-05 14:50 [PATCH] net: sctp: Fix typo in socket.c Masanari Iida
@ 2012-10-08 12:38 ` Vlad Yasevich
0 siblings, 0 replies; 2+ messages in thread
From: Vlad Yasevich @ 2012-10-08 12:38 UTC (permalink / raw)
To: Masanari Iida; +Cc: sri, linux-sctp, linux-kernel
On 10/05/2012 10:50 AM, Masanari Iida wrote:
> Correct spelling typo in net/sctp/socket.c
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Vlad Yasevich <vyasevich@gmail.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))
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-08 12:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-05 14:50 [PATCH] net: sctp: Fix typo in socket.c Masanari Iida
2012-10-08 12:38 ` Vlad Yasevich
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).