mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-27 09:56:29 -05:00
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 <henrique@henriquecamargo.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
This commit is contained in:
committed by
Sekhar Nori
parent
9ad90238bf
commit
5604f69eec
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user