* [PATCH net-next-2.6] [Resend] Fix a typo in datagram.c and sctp/socket.c.
@ 2010-12-02 19:01 David Shwatrz
2010-12-06 21:10 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: David Shwatrz @ 2010-12-02 19:01 UTC (permalink / raw)
To: David S. Miller, netdev
[-- Attachment #1: Type: text/plain, Size: 152 bytes --]
Hi,
This patch fixes a typo in net/core/datagram.c and in net/sctp/socket.c
Regards,
David Shwartz
Signed-off-by: David Shwartz <dshwatrz@gmail.com>
[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 1007 bytes --]
diff --git a/net/core/datagram.c b/net/core/datagram.c
index cd1e039..18ac112 100644
--- a/net/core/datagram.c
+++ b/net/core/datagram.c
@@ -177,7 +177,7 @@ struct sk_buff *__skb_recv_datagram(struct sock *sk, unsigned flags,
* interrupt level will suddenly eat the receive_queue.
*
* Look at current nfs client by the way...
- * However, this function was corrent in any case. 8)
+ * However, this function was correct in any case. 8)
*/
unsigned long cpu_flags;
diff --git a/net/sctp/socket.c b/net/sctp/socket.c
index 6bd5543..842c7f3 100644
--- a/net/sctp/socket.c
+++ b/net/sctp/socket.c
@@ -6047,7 +6047,7 @@ static struct sk_buff *sctp_skb_recv_datagram(struct sock *sk, int flags,
* will suddenly eat the receive_queue.
*
* Look at current nfs client by the way...
- * However, this function was corrent in any case. 8)
+ * However, this function was correct in any case. 8)
*/
if (flags & MSG_PEEK) {
spin_lock_bh(&sk->sk_receive_queue.lock);
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next-2.6] [Resend] Fix a typo in datagram.c and sctp/socket.c.
2010-12-02 19:01 [PATCH net-next-2.6] [Resend] Fix a typo in datagram.c and sctp/socket.c David Shwatrz
@ 2010-12-06 21:10 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-12-06 21:10 UTC (permalink / raw)
To: dshwatrz; +Cc: netdev
From: David Shwatrz <dshwatrz@gmail.com>
Date: Thu, 2 Dec 2010 21:01:55 +0200
> This patch fixes a typo in net/core/datagram.c and in net/sctp/socket.c
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-06 21:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-02 19:01 [PATCH net-next-2.6] [Resend] Fix a typo in datagram.c and sctp/socket.c David Shwatrz
2010-12-06 21:10 ` David Miller
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).