]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ixgbe: Fix typo in ixgbe_common.h
authorMasanari Iida <standby24x7@gmail.com>
Mon, 23 Jan 2012 12:47:32 +0000 (12:47 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 14:47:23 +0000 (22:47 +0800)
Correct spelling "packtetbuf_num" to "packetbuf_num" in
drivers/net/ixgbe/ixgbe_common.h

(cherry picked from commit 542a398080ff4a2fcf6a8f3ae642dad5fbc8877e)
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_common.h

index 5ccea807461d384f9b346ac490a6a79f5097c117..2c834c46bba15ab85e7583e3156b6e53264bb389 100644 (file)
@@ -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);