5 Feb 2006 12:52
[PATCH] serial: Comment typo fix for include/linux/serial_reg.h
Michał Mirosław <mirq-serial <at> rere.qmqm.pl>
2006-02-05 11:52:14 GMT
2006-02-05 11:52:14 GMT
Fix typo and cut-n-paste error in serial_reg.h comments for 16C950 ACR. Signed-off-by: Michał Mirosław <mirq-serial <at> rere.qmqm.pl> --- diff -urN linux-2.6.16-rc1-mq12/include/linux/serial_reg.h linux-2.6.16-rc1-mq123/include/linux/serial_reg.h --- linux-2.6.16-rc1-mq12/include/linux/serial_reg.h 2006-01-03 04:21:10.000000000 +0100 +++ linux-2.6.16-rc1-mq123/include/linux/serial_reg.h 2006-01-22 00:29:50.458495618 +0100 <at> <at> -247,10 +247,10 <at> <at> #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 */ - To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo <at> vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
RSS Feed