[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v3 16/18] xen/arm: linker: Indent correctly _stext
On Mon, 12 Dec 2022, Julien Grall wrote: > From: Julien Grall <jgrall@xxxxxxxxxx> > > _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 <jgrall@xxxxxxxxxx> Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> > --- > 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 >
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |