* [PATCH] [trivial] sctp : Fix typo in net/sctp/socket.c
@ 2012-01-20 15:19 Masanari Iida
2012-01-20 18:46 ` David Miller
0 siblings, 1 reply; 3+ messages in thread
From: Masanari Iida @ 2012-01-20 15:19 UTC (permalink / raw)
To: linux-netdev; +Cc: linux-kernel, trivial, standby24x7
Signed-off-by: Masanari Iida<standby24x7@gmail.com>
Correct a typo "sctp_setsocktopt_bindx" to "sctp_setsockopt_bindx"
in net/sctp/socket.c
---
net/sctp/socket.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/sctp/socket.c b/net/sctp/socket.c
index 408ebd0..658483e 100644
--- a/net/sctp/socket.c
+++ b/net/sctp/socket.c
@@ -970,7 +970,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.7.6.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] [trivial] sctp : Fix typo in net/sctp/socket.c
2012-01-20 15:19 [PATCH] [trivial] sctp : Fix typo in net/sctp/socket.c Masanari Iida
@ 2012-01-20 18:46 ` David Miller
2012-01-21 1:20 ` Masanari Iida
0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2012-01-20 18:46 UTC (permalink / raw)
To: standby24x7; +Cc: linux-netdev, linux-kernel, trivial
From: Masanari Iida <standby24x7@gmail.com>
Date: Sat, 21 Jan 2012 00:19:46 +0900
> Signed-off-by: Masanari Iida<standby24x7@gmail.com>
>
> Correct a typo "sctp_setsocktopt_bindx" to "sctp_setsockopt_bindx"
> in net/sctp/socket.c
There is no such list named "linux-netdev" it's just plain "netdev"
Please fully resubmit this patch with the list name corrected, thank
you.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] [trivial] sctp : Fix typo in net/sctp/socket.c
2012-01-20 18:46 ` David Miller
@ 2012-01-21 1:20 ` Masanari Iida
0 siblings, 0 replies; 3+ messages in thread
From: Masanari Iida @ 2012-01-21 1:20 UTC (permalink / raw)
To: David Miller; +Cc: linux-kernel, trivial
On Sat, Jan 21, 2012 at 3:46 AM, David Miller <davem@davemloft.net> wrote:
> From: Masanari Iida <standby24x7@gmail.com>
> Date: Sat, 21 Jan 2012 00:19:46 +0900
>
>> Signed-off-by: Masanari Iida<standby24x7@gmail.com>
>>
>> Correct a typo "sctp_setsocktopt_bindx" to "sctp_setsockopt_bindx"
>> in net/sctp/socket.c
>
> There is no such list named "linux-netdev" it's just plain "netdev"
>
> Please fully resubmit this patch with the list name corrected, thank
> you.
Thanks for the correction.
I just re-submit the patch to netdev.
Masanari
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-01-21 1:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-20 15:19 [PATCH] [trivial] sctp : Fix typo in net/sctp/socket.c Masanari Iida
2012-01-20 18:46 ` David Miller
2012-01-21 1:20 ` Masanari Iida
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).