All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next-2.6] Fix a typo in datagram.c
@ 2010-12-01 19:46 David Shwatrz
  2010-12-02  1:35 ` Shan Wei
  0 siblings, 1 reply; 2+ messages in thread
From: David Shwatrz @ 2010-12-01 19:46 UTC (permalink / raw)
  To: David S. Miller, netdev

[-- Attachment #1: Type: text/plain, Size: 125 bytes --]

Hi,
This path fixes a typo in net/core/datagram.c

Regards,
David Shwartz

Signed-off-by: David Shwartz <dshwatrz@gmail.com>

[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 489 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;
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next-2.6] Fix a typo in datagram.c
  2010-12-01 19:46 [PATCH net-next-2.6] Fix a typo in datagram.c David Shwatrz
@ 2010-12-02  1:35 ` Shan Wei
  0 siblings, 0 replies; 2+ messages in thread
From: Shan Wei @ 2010-12-02  1:35 UTC (permalink / raw)
  To: David Shwatrz; +Cc: David S. Miller, netdev

David Shwatrz wrote, at 12/02/2010 03:46 AM:
> Hi,
> This path fixes a typo in net/core/datagram.c

This typo does not influence our reading. right?
And, you lost some ones.

$ grep -r corrent .
./net/core/datagram.c:		 * However, this function was corrent in any case. 8)
./net/sctp/socket.c:		 *  However, this function was corrent in any case. 8)
./drivers/serial/max3107.c:	/* if can't find the corrent config, use previous */
./drivers/gpu/drm/i915/intel_hdmi.c:	/* XXX first guess at handling video port, is this corrent? */

-- 
Best Regards
-----
Shan Wei

> 
> Regards,
> David Shwartz
> 
> Signed-off-by: David Shwartz <dshwatrz@gmail.com>





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-02  1:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-01 19:46 [PATCH net-next-2.6] Fix a typo in datagram.c David Shwatrz
2010-12-02  1:35 ` Shan Wei

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.