Skip to content

Commit

Permalink
ARM: davinci: serial.h: fix uart number in the comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Henrique Camargo authored and Sekhar Nori committed Oct 27, 2012
1 parent 9ad9023 commit 5604f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-davinci/include/mach/serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 5604f69

Please sign in to comment.