mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
ixgbe: fix typo in enumeration name
This was pointed out to me by Xiaojun Zhang on Source Forge. CC: Xiaojun Zhang <zhangxiaojun@sourceforge.net> Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
b3f4d5990b
commit
70e5576cb0
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ struct ixgbe_fdir_filter {
|
|||
u16 action;
|
||||
};
|
||||
|
||||
enum ixbge_state_t {
|
||||
enum ixgbe_state_t {
|
||||
__IXGBE_TESTING,
|
||||
__IXGBE_RESETTING,
|
||||
__IXGBE_DOWN,
|
||||
|
|
Loading…
Reference in a new issue