* [PATCH/Resend] [trivial] net: sctp: Fix typo in net/sctp
@ 2012-10-31 15:48 Masanari Iida
2012-11-01 15:55 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-10-31 15:48 UTC (permalink / raw)
To: trivial, linux-kernel, netdev, davem; +Cc: Masanari Iida
Correct spelling typo in net/sctp/socket.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Vlad Yasevich <vyasevich@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 59d16ea..a60d1f8 100644
--- a/net/sctp/socket.c
+++ b/net/sctp/socket.c
@@ -974,7 +974,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.rc3.16.g8ead1bf
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-01 15:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-31 15:48 [PATCH/Resend] [trivial] net: sctp: Fix typo in net/sctp Masanari Iida
2012-11-01 15:55 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox