All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH TRIVIAL] net: correct typos in comments
@ 2013-10-07  6:56 ZHAO Gang
  2013-10-07  7:05 ` Joe Perches
  0 siblings, 1 reply; 2+ messages in thread
From: ZHAO Gang @ 2013-10-07  6:56 UTC (permalink / raw)
  To: trivial; +Cc: David S. Miller, linux-kernel

Signed-off-by: ZHAO Gang <gamerh2o@gmail.com>
---
 include/linux/netdevice.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 3de49ac..0dd6de7 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -366,7 +366,7 @@ typedef enum gro_result gro_result_t;
  * Upon return, rx_handler is expected to tell __netif_receive_skb() what to
  * do with the skb.
  *
- * If the rx_handler consumed to skb in some way, it should return
+ * If the rx_handler consumed the skb in some way, it should return
  * RX_HANDLER_CONSUMED. This is appropriate when the rx_handler arranged for
  * the skb to be delivered in some other ways.
  *
@@ -378,7 +378,7 @@ typedef enum gro_result gro_result_t;
  * RX_HANDLER_EXACT. The skb will only be delivered to protocol handlers that
  * are registered on exact device (ptype->dev == skb->dev).
  *
- * If the rx_handler didn't changed skb->dev, but want the skb to be normally
+ * If the rx_handler didn't change skb->dev, but want the skb to be normally
  * delivered, it should return RX_HANDLER_PASS.
  *
  * A device without a registered rx_handler will behave as if rx_handler
-- 
1.8.3.1


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

* Re: [PATCH TRIVIAL] net: correct typos in comments
  2013-10-07  6:56 [PATCH TRIVIAL] net: correct typos in comments ZHAO Gang
@ 2013-10-07  7:05 ` Joe Perches
  0 siblings, 0 replies; 2+ messages in thread
From: Joe Perches @ 2013-10-07  7:05 UTC (permalink / raw)
  To: ZHAO Gang; +Cc: trivial, David S. Miller, linux-kernel

On Mon, 2013-10-07 at 14:56 +0800, ZHAO Gang wrote:
> diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
[]
> @@ -378,7 +378,7 @@ typedef enum gro_result gro_result_t;
>   * RX_HANDLER_EXACT. The skb will only be delivered to protocol handlers that
>   * are registered on exact device (ptype->dev == skb->dev).
>   *
> - * If the rx_handler didn't changed skb->dev, but want the skb to be normally
> + * If the rx_handler didn't change skb->dev, but want the skb to be normally

wants



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

end of thread, other threads:[~2013-10-07  7:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-07  6:56 [PATCH TRIVIAL] net: correct typos in comments ZHAO Gang
2013-10-07  7:05 ` Joe Perches

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.