From 728d5efed623b0552dbb1da1565487ea064102e0 Mon Sep 17 00:00:00 2001 From: Yoshinori Sugino Date: Fri, 14 Aug 2020 15:10:28 +0900 Subject: [PATCH] arch/risc-v/src: Cosmetic change Replace spaces with a tab --- arch/risc-v/src/rv32im/riscv_syscall.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/risc-v/src/rv32im/riscv_syscall.S b/arch/risc-v/src/rv32im/riscv_syscall.S index f2a6833bf68..5545fa7ffac 100644 --- a/arch/risc-v/src/rv32im/riscv_syscall.S +++ b/arch/risc-v/src/rv32im/riscv_syscall.S @@ -95,7 +95,7 @@ sys_call5: /* a0 holds the syscall number, arguments in a1, a2, a3, a4 and a5 */ /* Issue the ECALL opcode to perform a SW interrupt to the OS */ - ecall + ecall /* The actual interrupt may not a occur for a few more cycles. Let's * put a few nop's here in hope that the SW interrupt occurs during