From 2d39da887e600eadf090606fbb147d61ee0a9d8c Mon Sep 17 00:00:00 2001 From: Don Skidmore Date: Tue, 28 Feb 2012 06:35:54 +0000 Subject: [PATCH] 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 --- drivers/net/ixgbe/ixgbe_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1