Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 */