Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 542a3980 authored by Masanari Iida's avatar Masanari Iida Committed by Jeff Kirsher
Browse files

ixgbe: Fix typo in ixgbe_common.h



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

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Tested-by: default avatarPhil Schmitt <phillip.j.schmitt@intel.com>
parent 2a06ed92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);