]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ixgbe: fix spelling errors
authorDon Skidmore <donald.c.skidmore@intel.com>
Tue, 28 Feb 2012 06:35:54 +0000 (06:35 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 14:57:30 +0000 (22:57 +0800)
Correct spelling error caught with codespell.py.

(cherry picked from commit c466d7a73360ed02167598a94984ab7b4dadfa68)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_common.c

index 0ff97644316f4709be2db887d2e99c864326d2d7..30c11566b11e618d17ad0f69bb079eaec62db89f 100644 (file)
@@ -3336,7 +3336,7 @@ static u8 ixgbe_calculate_checksum(u8 *buffer, u32 length)
  *  @hw: pointer to the HW structure
  *  @buffer: contains the command to write and where the return status will
  *           be placed
- *  @lenght: lenght of buffer, must be multiple of 4 bytes
+ *  @length: length of buffer, must be multiple of 4 bytes
  *
  *  Communicates with the manageability block.  On success return 0
  *  else return IXGBE_ERR_HOST_INTERFACE_COMMAND.