[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT PATCHv4 13/23] plat/kvm: Remove redundant space while entering trap for Arm



From: Wei Chen <wei.chen@xxxxxxx>

Remove redundant space while entering trap.

Signed-off-by: Wei Chen <wei.chen@xxxxxxx>
Signed-off-by: Jia He <justin.he@xxxxxxx>
Reviewed-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx>
---
 plat/kvm/arm/exceptions.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plat/kvm/arm/exceptions.S b/plat/kvm/arm/exceptions.S
index edce7d3..e4a5c74 100644
--- a/plat/kvm/arm/exceptions.S
+++ b/plat/kvm/arm/exceptions.S
@@ -30,7 +30,7 @@
 #include <uk/asm.h>
 
 .macro ENTER_TRAP, el
-       sub  sp, sp, #__TRAP_STACK_SIZE
+       sub sp, sp, #__TRAP_STACK_SIZE
 
        /* Save general purpose registers */
        stp x0, x1, [sp, #16 * 0]
-- 
2.17.1


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.