ixgbe/base: fix typos
Remove the redundant "from". There's a typo in the code comment for FC end of Frame Exception (FCEOFe/IPE), so fixed the typo. Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com> Acked-by: Helin Zhang <helin.zhang@intel.com>
This commit is contained in:
parent
cd417874b2
commit
17e80ad00f
@ -1085,7 +1085,7 @@ s32 ixgbe_stop_adapter_generic(struct ixgbe_hw *hw)
|
||||
msec_delay(2);
|
||||
|
||||
/*
|
||||
* Prevent the PCI-E bus from from hanging by disabling PCI-E master
|
||||
* Prevent the PCI-E bus from hanging by disabling PCI-E master
|
||||
* access and verify no pending requests
|
||||
*/
|
||||
return ixgbe_disable_pcie_master(hw);
|
||||
|
@ -2474,7 +2474,7 @@ enum {
|
||||
#define IXGBE_RXDADV_ERR_SHIFT 20 /* RDESC.ERRORS shift */
|
||||
#define IXGBE_RXDADV_ERR_OUTERIPER 0x04000000 /* CRC IP Header error */
|
||||
#define IXGBE_RXDADV_ERR_RXE 0x20000000 /* Any MAC Error */
|
||||
#define IXGBE_RXDADV_ERR_FCEOFE 0x80000000 /* FCoEFe/IPE */
|
||||
#define IXGBE_RXDADV_ERR_FCEOFE 0x80000000 /* FCEOFe/IPE */
|
||||
#define IXGBE_RXDADV_ERR_FCERR 0x00700000 /* FCERR/FDIRERR */
|
||||
#define IXGBE_RXDADV_ERR_FDIR_LEN 0x00100000 /* FDIR Length error */
|
||||
#define IXGBE_RXDADV_ERR_FDIR_DROP 0x00200000 /* FDIR Drop error */
|
||||
|
Loading…
Reference in New Issue
Block a user