Merge tag 'keystone-dts-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ssant...
[cascardo/linux.git] / drivers / net / ethernet / chelsio / cxgb3 / t3_hw.c
index 184a8d5..a22768c 100644 (file)
@@ -840,7 +840,7 @@ static int flash_wait_op(struct adapter *adapter, int attempts, int delay)
  *     Read the specified number of 32-bit words from the serial flash.
  *     If @byte_oriented is set the read data is stored as a byte array
  *     (i.e., big-endian), otherwise as 32-bit words in the platform's
- *     natural endianess.
+ *     natural endianness.
  */
 static int t3_read_flash(struct adapter *adapter, unsigned int addr,
                         unsigned int nwords, u32 *data, int byte_oriented)