On Mon, 12 Dec 2022, Julien Grall wrote:
> From: Julien Grall <jgr...@amazon.com>
> 
> _stext is indented by one space more compare to the lines. This doesn't
> seem warrant, so delete the extra space.
> 
> Signed-off: Julien Grall <jgr...@amazon.com>

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


> ---
>     Changes in v3:
>         - Patch added
> ---
>  xen/arch/arm/xen.lds.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/xen/arch/arm/xen.lds.S b/xen/arch/arm/xen.lds.S
> index 92c298405259..ae8c3b4c6c5f 100644
> --- a/xen/arch/arm/xen.lds.S
> +++ b/xen/arch/arm/xen.lds.S
> @@ -31,7 +31,7 @@ SECTIONS
>    . = XEN_VIRT_START;
>    _start = .;
>    .text : {
> -        _stext = .;            /* Text section */
> +       _stext = .;             /* Text section */
>         *(.text.header)
>  
>         *(.text.cold)
> -- 
> 2.38.1
> 

Reply via email to