ixgbe/base: fix typos
authorWenzhuo Lu <wenzhuo.lu@intel.com>
Fri, 5 Jun 2015 05:21:34 +0000 (13:21 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 15 Jun 2015 16:24:02 +0000 (18:24 +0200)
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>
drivers/net/ixgbe/base/ixgbe_common.c
drivers/net/ixgbe/base/ixgbe_type.h

index 0174ecb..8179354 100644 (file)
@@ -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);
index fc333f1..a739f97 100644 (file)
@@ -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 */