[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] xen/arm: linker: Indent correctly _stext
commit 22a9981ba2443bd569bad6b772fb6e7e64f0d714 Author: Julien Grall <jgrall@xxxxxxxxxx> AuthorDate: Thu Jan 12 22:06:42 2023 +0000 Commit: Julien Grall <julien@xxxxxxx> CommitDate: Thu Jan 12 22:09:33 2023 +0000 xen/arm: linker: Indent correctly _stext _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> --- 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 92c2984052..ae8c3b4c6c 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) -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |