tree-wide: fix 'lenght' typo in comments and code
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-at91 / include / mach / at91_mci.h
index 550d503a1bca1511ed6c93bff65ebc92d1d78e5a..57f8ee154943d91b50882a7b01ab2d602d5ba631 100644 (file)
@@ -77,7 +77,7 @@
 
 #define AT91_MCI_BLKR          0x18            /* Block Register */
 #define                AT91_MCI_BLKR_BCNT(n)   ((0xffff & (n)) << 0)   /* Block count */
-#define                AT91_MCI_BLKR_BLKLEN(n) ((0xffff & (n)) << 16)  /* Block lenght */
+#define                AT91_MCI_BLKR_BLKLEN(n) ((0xffff & (n)) << 16)  /* Block length */
 
 #define AT91_MCI_RSPR(n)       (0x20 + ((n) * 4))      /* Response Registers 0-3 */
 #define AT91_MCR_RDR           0x30            /* Receive Data Register */