diff mbox series

[v3,07/28] xen/arm64: head: Fix typo in the documentation on top of init_uart()

Message ID 20190812173019.11956-8-julien.grall@arm.com (mailing list archive)
State Superseded
Headers show
Series xen/arm: Rework head.S to make it more compliant with the Arm Arm | expand

Commit Message

Julien Grall Aug. 12, 2019, 5:29 p.m. UTC
Signed-off-by: Julien Grall <julien.grall@arm.com>

---
    Changes in v3:
        - Patch added
---
 xen/arch/arm/arm64/head.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Stabellini Aug. 22, 2019, 5:08 p.m. UTC | #1
On Mon, 12 Aug 2019, Julien Grall wrote:
> Signed-off-by: Julien Grall <julien.grall@arm.com>

Acked-by: Stefano Stabellini <sstabellini@kernel.org>


> ---
>     Changes in v3:
>         - Patch added
> ---
>  xen/arch/arm/arm64/head.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/xen/arch/arm/arm64/head.S b/xen/arch/arm/arm64/head.S
> index cd03101196..a6f3aa4ee5 100644
> --- a/xen/arch/arm/arm64/head.S
> +++ b/xen/arch/arm/arm64/head.S
> @@ -825,7 +825,7 @@ ENTRY(switch_ttbr)
>  /*
>   * Initialize the UART. Should only be called on the boot CPU.
>   *
> - * Ouput:
> + * Output:
>   *  x23: Early UART base physical address
>   *
>   * Clobbers x0 - x1
> -- 
> 2.11.0
>
diff mbox series

Patch

diff --git a/xen/arch/arm/arm64/head.S b/xen/arch/arm/arm64/head.S
index cd03101196..a6f3aa4ee5 100644
--- a/xen/arch/arm/arm64/head.S
+++ b/xen/arch/arm/arm64/head.S
@@ -825,7 +825,7 @@  ENTRY(switch_ttbr)
 /*
  * Initialize the UART. Should only be called on the boot CPU.
  *
- * Ouput:
+ * Output:
  *  x23: Early UART base physical address
  *
  * Clobbers x0 - x1