From: Masanari Iida Date: Mon, 23 Jan 2012 12:47:32 +0000 (+0000) Subject: ixgbe: Fix typo in ixgbe_common.h X-Git-Tag: v2.6.39-400.9.0~423^2~19^2~11^2~124 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7cb2ad1856b3f4fd6942a8f3bae6218d183574e9;p=users%2Fjedix%2Flinux-maple.git ixgbe: Fix typo in ixgbe_common.h Correct spelling "packtetbuf_num" to "packetbuf_num" in drivers/net/ixgbe/ixgbe_common.h (cherry picked from commit 542a398080ff4a2fcf6a8f3ae642dad5fbc8877e) Signed-off-by: Masanari Iida Tested-by: Phil Schmitt Signed-off-by: Joe Jin --- diff --git a/drivers/net/ixgbe/ixgbe_common.h b/drivers/net/ixgbe/ixgbe_common.h index 5ccea807461d..2c834c46bba1 100644 --- a/drivers/net/ixgbe/ixgbe_common.h +++ b/drivers/net/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);