arch/: Remove dangling space at the end of lines.

This commit is contained in:
Gregory Nutt
2017-06-28 13:16:48 -06:00
parent 56e8f480f5
commit 1c5ec07414
99 changed files with 299 additions and 299 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ static inline void irq_setmask(unsigned int mask)
static inline unsigned int irq_pending(void)
{
unsigned int pending;
__asm__ __volatile__("rcsr %0, IP" : "=r" (pending));
return pending;
+2 -2
View File
@@ -65,9 +65,9 @@
static inline uint32_t up_getsp(void)
{
register uint32_t sp;
__asm__ __volatile__("addi %0, sp, 0" : "=r" (sp));
return sp;
}
+1 -1
View File
@@ -136,7 +136,7 @@ int lm32_swint(int irq, FAR void *context, FAR void *arg)
DEBUGASSERT(g_current_regs == NULL);
g_current_regs = regs;
/* Software interrupt 0 is invoked with REG_A0 (REG_X10) = system call
* command and REG_A1-6 = variable number of
* arguments depending on the system call.