All of lore.kernel.org
 help / color / mirror / Atom feed
* [for-4.9] 8250-uart: Fix typo in the header
@ 2017-04-25 12:36 Julien Grall
  2017-04-25 12:41 ` Andrew Cooper
  2017-04-25 12:44 ` Jan Beulich
  0 siblings, 2 replies; 3+ messages in thread
From: Julien Grall @ 2017-04-25 12:36 UTC (permalink / raw)
  To: xen-devel
  Cc: sstabellini, wei.liu2, George.Dunlap, andrew.cooper3,
	ian.jackson, tim, Julien Grall, jbeulich

Signed-off-by: Julien Grall <julien.grall@arm.com>
---
 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    */
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [for-4.9] 8250-uart: Fix typo in the header
  2017-04-25 12:36 [for-4.9] 8250-uart: Fix typo in the header Julien Grall
@ 2017-04-25 12:41 ` Andrew Cooper
  2017-04-25 12:44 ` Jan Beulich
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Cooper @ 2017-04-25 12:41 UTC (permalink / raw)
  To: Julien Grall, xen-devel
  Cc: sstabellini, wei.liu2, George.Dunlap, tim, ian.jackson, jbeulich

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    */


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [for-4.9] 8250-uart: Fix typo in the header
  2017-04-25 12:36 [for-4.9] 8250-uart: Fix typo in the header Julien Grall
  2017-04-25 12:41 ` Andrew Cooper
@ 2017-04-25 12:44 ` Jan Beulich
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Beulich @ 2017-04-25 12:44 UTC (permalink / raw)
  To: Julien Grall
  Cc: tim, sstabellini, wei.liu2, George.Dunlap, andrew.cooper3,
	ian.jackson, xen-devel

>>> 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


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-25 12:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-25 12:36 [for-4.9] 8250-uart: Fix typo in the header Julien Grall
2017-04-25 12:41 ` Andrew Cooper
2017-04-25 12:44 ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.