diff mbox

[PATCH/Resend,trivial] net: sctp: Fix typo in net/sctp

Message ID 1351698499-15192-1-git-send-email-standby24x7@gmail.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Masanari Iida Oct. 31, 2012, 3:48 p.m. UTC
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(-)

Comments

David Miller Nov. 1, 2012, 3:55 p.m. UTC | #1
From: Masanari Iida <standby24x7@gmail.com>
Date: Thu,  1 Nov 2012 00:48:19 +0900

> Correct spelling typo in net/sctp/socket.c
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> Acked-by: Vlad Yasevich <vyasevich@gmail.com>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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))