projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e0c564
)
ixgbe: fix spelling errors
author
Don Skidmore
<
[email protected]
>
Tue, 28 Feb 2012 06:35:54 +0000
(06:35 +0000)
committer
Jeff Kirsher
<
[email protected]
>
Thu, 1 Mar 2012 07:21:07 +0000
(23:21 -0800)
Correct spelling error caught with codespell.py.
Signed-off-by: Don Skidmore <
[email protected]
>
Tested-by: Phil Schmitt <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
drivers/net/ethernet/intel/ixgbe/ixgbe_common.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/intel/ixgbe/ixgbe_common.c
b/drivers/net/ethernet/intel/ixgbe/ixgbe_common.c
index 383b9413292e8b3f1e3fcad83716f0adafb6ac4d..87f6b4f8abbdaa5fe82b3b964c92a9a4fd7a57cc 100644
(file)
--- 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)
* @hw: pointer to the HW structure
* @buffer: contains the command to write and where the return status will
* be placed
- * @leng
ht: lenght
of buffer, must be multiple of 4 bytes
+ * @leng
th: 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.