From: Henrique Camargo Date: Thu, 13 Sep 2012 18:04:36 +0000 (-0300) Subject: ARM: davinci: serial.h: fix uart number in the comment X-Git-Tag: v3.8-rc1~146^2~8^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5604f69eec0aed392cea2909ee49dd834b782fac;p=profile%2Fivi%2Fkernel-x86-ivi.git ARM: davinci: serial.h: fix uart number in the comment The bit 0 of the field is uart0 and the bit 1 is uart1 and so on. Signed-off-by: Henrique Camargo Signed-off-by: Sekhar Nori --- diff --git a/arch/arm/mach-davinci/include/mach/serial.h b/arch/arm/mach-davinci/include/mach/serial.h index 46b3cd1..86a01fa 100644 --- a/arch/arm/mach-davinci/include/mach/serial.h +++ b/arch/arm/mach-davinci/include/mach/serial.h @@ -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; };