ixgbe: fix typo in enumeration name
authorDon Skidmore <[email protected]>
Thu, 15 Mar 2012 04:55:59 +0000 (04:55 +0000)
committerJeff Kirsher <[email protected]>
Wed, 28 Mar 2012 06:34:54 +0000 (23:34 -0700)
This was pointed out to me by Xiaojun Zhang on Source Forge.

CC: Xiaojun Zhang <[email protected]>
Signed-off-by: Don Skidmore <[email protected]>
Tested-by: Phil Schmitt <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
drivers/net/ethernet/intel/ixgbe/ixgbe.h

index 80e26ff30ebf5d3c306cb30892e7c51ff5755877..74e192107f9ae6a204ef538d322a6975daba5962 100644 (file)
@@ -544,7 +544,7 @@ struct ixgbe_fdir_filter {
        u16 action;
 };
 
-enum ixbge_state_t {
+enum ixgbe_state_t {
        __IXGBE_TESTING,
        __IXGBE_RESETTING,
        __IXGBE_DOWN,