diff options
author | Don Skidmore <donald.c.skidmore@intel.com> | 2012-02-28 01:35:54 -0500 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2012-03-01 02:21:07 -0500 |
commit | c466d7a73360ed02167598a94984ab7b4dadfa68 (patch) | |
tree | 31fcdf1a7cb7724c128b1c49ef8d6e163e943580 | |
parent | 9e0c5648d973cfe6bb037df3fdd08903c81bdc3e (diff) |
ixgbe: fix spelling errors
Correct spelling error caught with codespell.py.
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>
-rw-r--r-- | drivers/net/ethernet/intel/ixgbe/ixgbe_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_common.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_common.c index 383b9413292e..87f6b4f8abbd 100644 --- a/drivers/net/ethernet/intel/ixgbe/ixgbe_common.c +++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_common.c | |||
@@ -3336,7 +3336,7 @@ static u8 ixgbe_calculate_checksum(u8 *buffer, u32 length) | |||
3336 | * @hw: pointer to the HW structure | 3336 | * @hw: pointer to the HW structure |
3337 | * @buffer: contains the command to write and where the return status will | 3337 | * @buffer: contains the command to write and where the return status will |
3338 | * be placed | 3338 | * be placed |
3339 | * @lenght: lenght of buffer, must be multiple of 4 bytes | 3339 | * @length: length of buffer, must be multiple of 4 bytes |
3340 | * | 3340 | * |
3341 | * Communicates with the manageability block. On success return 0 | 3341 | * Communicates with the manageability block. On success return 0 |
3342 | * else return IXGBE_ERR_HOST_INTERFACE_COMMAND. | 3342 | * else return IXGBE_ERR_HOST_INTERFACE_COMMAND. |