Skip to content

Commit

Permalink
[SERIAL] Trivial comment fix: include/linux/serial_reg.h
Browse files Browse the repository at this point in the history
Trivial comment fix for include/linux/serial_reg.h

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Michal Janusz Miroslaw authored and Russell King committed Feb 23, 2006
1 parent 9e956c2 commit 85edae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/serial_reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 85edae1

Please sign in to comment.