]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: davinci: serial.h: fix uart number in the comment
authorHenrique Camargo <henrique@henriquecamargo.com>
Thu, 13 Sep 2012 18:04:36 +0000 (15:04 -0300)
committerSekhar Nori <nsekhar@ti.com>
Sat, 27 Oct 2012 11:01:04 +0000 (16:31 +0530)
The bit 0 of the field is uart0 and the bit 1 is uart1 and so on.

Signed-off-by: Henrique Camargo <henrique@henriquecamargo.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/include/mach/serial.h

index 46b3cd11c3c2ec582e2972202f1c6277494fe9ea..86a01fa6d3fef8769f92965d2fba50ab3812c912 100644 (file)
@@ -38,7 +38,7 @@
 
 #ifndef __ASSEMBLY__
 struct davinci_uart_config {
-       /* Bit field of UARTs present; bit 0 --> UART1 */
+       /* Bit field of UARTs present; bit 0 --> UART0 */
        unsigned int enabled_uarts;
 };