From: Don Skidmore Date: Tue, 28 Feb 2012 06:35:54 +0000 (+0000) Subject: ixgbe: fix spelling errors X-Git-Tag: v2.6.39-400.9.0~423^2~19^2~11^2~110 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2d39da887e600eadf090606fbb147d61ee0a9d8c;p=users%2Fjedix%2Flinux-maple.git ixgbe: fix spelling errors Correct spelling error caught with codespell.py. (cherry picked from commit c466d7a73360ed02167598a94984ab7b4dadfa68) Signed-off-by: Don Skidmore Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher Signed-off-by: Joe Jin --- diff --git a/drivers/net/ixgbe/ixgbe_common.c b/drivers/net/ixgbe/ixgbe_common.c index 0ff97644316f..30c11566b11e 100644 --- a/drivers/net/ixgbe/ixgbe_common.c +++ b/drivers/net/ixgbe/ixgbe_common.c @@ -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.