Commit 85edae14 authored by Michal Janusz Miroslaw's avatar Michal Janusz Miroslaw Committed by Russell King

[SERIAL] Trivial comment fix: include/linux/serial_reg.h

Trivial comment fix for include/linux/serial_reg.h
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 9e956c2d
......@@ -247,10 +247,10 @@
#define UART_CTR 0xFF
/*
* The 16C950 Additional Control Reigster
* The 16C950 Additional Control Register
*/
#define UART_ACR_RXDIS 0x01 /* Receiver disable */
#define UART_ACR_TXDIS 0x02 /* Receiver disable */
#define UART_ACR_TXDIS 0x02 /* Transmitter disable */
#define UART_ACR_DSRFC 0x04 /* DSR Flow Control */
#define UART_ACR_TLENB 0x20 /* 950 trigger levels enable */
#define UART_ACR_ICRRD 0x40 /* ICR Read enable */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment