| Submitter | Jeff Kirsher |
|---|---|
| Date | March 3, 2012, 2:24 a.m. |
| Message ID | <1330741468-23900-13-git-send-email-jeffrey.t.kirsher@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/144392/ |
| State | Not Applicable |
| Headers | show |
Comments
Patch
diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_common.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_common.c index 383b941..87f6b4f 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) * @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.