Message ID | 20170425123651.9704-1-julien.grall@arm.com |
---|---|
State | New |
Headers | show |
On 25/04/17 13:36, Julien Grall wrote: > Signed-off-by: Julien Grall <julien.grall@arm.com> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com> and queued. > --- > xen/include/xen/8250-uart.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/xen/include/xen/8250-uart.h b/xen/include/xen/8250-uart.h > index c6b62c8cf4..632aa527f2 100644 > --- a/xen/include/xen/8250-uart.h > +++ b/xen/include/xen/8250-uart.h > @@ -42,7 +42,7 @@ > #define UART_IER_ELSI 0x04 /* rx line status */ > #define UART_IER_EMSI 0x08 /* MODEM status */ > > -/* Interrupt Identificatiegister */ > +/* Interrupt Identification register */ > #define UART_IIR_NOINT 0x01 /* no interrupt pending */ > #define UART_IIR_IMA 0x06 /* interrupt identity: */ > #define UART_IIR_LSI 0x06 /* - rx line status */
>>> On 25.04.17 at 14:36, <julien.grall@arm.com> wrote: > --- a/xen/include/xen/8250-uart.h > +++ b/xen/include/xen/8250-uart.h > @@ -42,7 +42,7 @@ > #define UART_IER_ELSI 0x04 /* rx line status */ > #define UART_IER_EMSI 0x08 /* MODEM status */ > > -/* Interrupt Identificatiegister */ > +/* Interrupt Identification register */ Thanks. Note to the committer (maybe myself): This should actually become "Register" to be in line with other similar comments. Jan
diff --git a/xen/include/xen/8250-uart.h b/xen/include/xen/8250-uart.h index c6b62c8cf4..632aa527f2 100644 --- a/xen/include/xen/8250-uart.h +++ b/xen/include/xen/8250-uart.h @@ -42,7 +42,7 @@ #define UART_IER_ELSI 0x04 /* rx line status */ #define UART_IER_EMSI 0x08 /* MODEM status */ -/* Interrupt Identificatiegister */ +/* Interrupt Identification register */ #define UART_IIR_NOINT 0x01 /* no interrupt pending */ #define UART_IIR_IMA 0x06 /* interrupt identity: */ #define UART_IIR_LSI 0x06 /* - rx line status */
Signed-off-by: Julien Grall <julien.grall@arm.com> --- xen/include/xen/8250-uart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)