linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [trivial] ixgbe : Fix typo in ixgbe_common.h
@ 2012-01-21 13:49 Masanari Iida
  2012-01-23  4:00 ` [E1000-devel] " Jeff Kirsher
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-01-21 13:49 UTC (permalink / raw)
  To: e1000-devel, netdev; +Cc: standby24x7, trivial, linux-kernel

Correct spelling "packtetbuf_num" to "packetbuf_num" in
drivers/net/ethernet/intel/ixgbe/ixgbe_common.h

Signed-off-by: Masanari Iida<standby24x7@gmail.com>
---
 drivers/net/ethernet/intel/ixgbe/ixgbe_common.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_common.h b/drivers/net/ethernet/intel/ixgbe/ixgbe_common.h
index 863f9c1..4c9a4c8 100644
--- a/drivers/net/ethernet/intel/ixgbe/ixgbe_common.h
+++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_common.h
@@ -75,7 +75,7 @@ s32 ixgbe_update_mc_addr_list_generic(struct ixgbe_hw *hw,
 s32 ixgbe_enable_mc_generic(struct ixgbe_hw *hw);
 s32 ixgbe_disable_mc_generic(struct ixgbe_hw *hw);
 s32 ixgbe_enable_rx_dma_generic(struct ixgbe_hw *hw, u32 regval);
-s32 ixgbe_fc_enable_generic(struct ixgbe_hw *hw, s32 packtetbuf_num);
+s32 ixgbe_fc_enable_generic(struct ixgbe_hw *hw, s32 packetbuf_num);
 s32 ixgbe_fc_autoneg(struct ixgbe_hw *hw);
 
 s32 ixgbe_validate_mac_addr(u8 *mac_addr);
-- 
1.7.6.5


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

* Re: [E1000-devel] [PATCH] [trivial] ixgbe : Fix typo in ixgbe_common.h
  2012-01-21 13:49 [PATCH] [trivial] ixgbe : Fix typo in ixgbe_common.h Masanari Iida
@ 2012-01-23  4:00 ` Jeff Kirsher
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Kirsher @ 2012-01-23  4:00 UTC (permalink / raw)
  To: Masanari Iida; +Cc: e1000-devel, netdev, trivial, linux-kernel

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

On Sat, 2012-01-21 at 22:49 +0900, Masanari Iida wrote:
> Correct spelling "packtetbuf_num" to "packetbuf_num" in
> drivers/net/ethernet/intel/ixgbe/ixgbe_common.h
> 
> Signed-off-by: Masanari Iida<standby24x7@gmail.com>
> ---
>  drivers/net/ethernet/intel/ixgbe/ixgbe_common.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_common.h b/drivers/net/ethernet/intel/ixgbe/ixgbe_common.h
> index 863f9c1..4c9a4c8 100644
> --- a/drivers/net/ethernet/intel/ixgbe/ixgbe_common.h
> +++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_common.h
> @@ -75,7 +75,7 @@ s32 ixgbe_update_mc_addr_list_generic(struct ixgbe_hw *hw,
>  s32 ixgbe_enable_mc_generic(struct ixgbe_hw *hw);
>  s32 ixgbe_disable_mc_generic(struct ixgbe_hw *hw);
>  s32 ixgbe_enable_rx_dma_generic(struct ixgbe_hw *hw, u32 regval);
> -s32 ixgbe_fc_enable_generic(struct ixgbe_hw *hw, s32 packtetbuf_num);
> +s32 ixgbe_fc_enable_generic(struct ixgbe_hw *hw, s32 packetbuf_num);
>  s32 ixgbe_fc_autoneg(struct ixgbe_hw *hw);
>  
>  s32 ixgbe_validate_mac_addr(u8 *mac_addr);

Thanks! I have added the patch to my queue.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2012-01-23  4:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-21 13:49 [PATCH] [trivial] ixgbe : Fix typo in ixgbe_common.h Masanari Iida
2012-01-23  4:00 ` [E1000-devel] " Jeff Kirsher

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