All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [next PATCH] igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code comment
@ 2017-02-15 17:15 Alexander Duyck
  2017-03-15  3:07 ` Brown, Aaron F
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Duyck @ 2017-02-15 17:15 UTC (permalink / raw)
  To: intel-wired-lan

From: Alexander Duyck <alexander.h.duyck@intel.com>

There was a typo that I had left in the code comments for the igb and ixgbe
functions that enabled build_skb support.  This patch is meant to clean
that up since it didn't seem like something worth respinning both series
for.  If I end up having to respin the series I will pull this change into
the patch and at that time we can drop this one.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
---
 drivers/net/ethernet/intel/igb/igb_main.c     |    2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/intel/igb/igb_main.c b/drivers/net/ethernet/intel/igb/igb_main.c
index 2796e9a2361e..c62513f348e8 100644
--- a/drivers/net/ethernet/intel/igb/igb_main.c
+++ b/drivers/net/ethernet/intel/igb/igb_main.c
@@ -7043,7 +7043,7 @@ static struct sk_buff *igb_build_skb(struct igb_ring *rx_ring,
 	prefetch(va + L1_CACHE_BYTES);
 #endif
 
-	/* build an skb to around the page buffer */
+	/* build an skb around the page buffer */
 	skb = build_skb(va - IGB_SKB_PAD, truesize);
 	if (unlikely(!skb))
 		return NULL;
diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
index bfcdc2fdeae4..25059fed3c72 100644
--- a/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
+++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
@@ -2139,7 +2139,7 @@ static struct sk_buff *ixgbe_build_skb(struct ixgbe_ring *rx_ring,
 	prefetch(va + L1_CACHE_BYTES);
 #endif
 
-	/* build an skb to around the page buffer */
+	/* build an skb around the page buffer */
 	skb = build_skb(va - IXGBE_SKB_PAD, truesize);
 	if (unlikely(!skb))
 		return NULL;


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

* [Intel-wired-lan] [next PATCH] igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code comment
  2017-02-15 17:15 [Intel-wired-lan] [next PATCH] igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code comment Alexander Duyck
@ 2017-03-15  3:07 ` Brown, Aaron F
  0 siblings, 0 replies; 2+ messages in thread
From: Brown, Aaron F @ 2017-03-15  3:07 UTC (permalink / raw)
  To: intel-wired-lan

> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org] On
> Behalf Of Alexander Duyck
> Sent: Wednesday, February 15, 2017 9:16 AM
> To: intel-wired-lan at lists.osuosl.org; Kirsher, Jeffrey T
> <jeffrey.t.kirsher@intel.com>
> Subject: [Intel-wired-lan] [next PATCH] igb/ixgbe: Fix typo in igb_build_skb
> and/or ixgbe_build_skb code comment
> 
> From: Alexander Duyck <alexander.h.duyck@intel.com>
> 
> There was a typo that I had left in the code comments for the igb and ixgbe
> functions that enabled build_skb support.  This patch is meant to clean
> that up since it didn't seem like something worth respinning both series
> for.  If I end up having to respin the series I will pull this change into
> the patch and at that time we can drop this one.
> 
> Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
> ---
>  drivers/net/ethernet/intel/igb/igb_main.c     |    2 +-
>  drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 

Tested-by: Aaron Brown <aaron.f.brown@intel.com>

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

end of thread, other threads:[~2017-03-15  3:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-15 17:15 [Intel-wired-lan] [next PATCH] igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code comment Alexander Duyck
2017-03-15  3:07 ` Brown, Aaron F

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.