arm: cleanup whitespaces

Change-Id: Ic119697615c641db80f80d7997f43d3a3cab6b91
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-08-22 18:42:19 -04:00
commit 6b3d8acf98
2 changed files with 3 additions and 3 deletions

View file

@ -64,7 +64,7 @@ GTEXT(atomic_cas)
* @brief Atomically clear a memory location
*
* This routine atomically clears the contents of <target> and returns the old
* value that was in <target>.
* value that was in <target>.
*
* This routine can be used from both task and interrupt level.
*

View file

@ -170,14 +170,14 @@ SECTION_FUNC(TEXT, nano_cpu_idle)
SECTION_FUNC(TEXT, nano_cpu_atomic_idle)
/*
/*
* r0: interrupt mask from caller
* r1: zero, for setting BASEPRI (needs a register)
*/
eors.n r1, r1
/*
/*
* Lock PRIMASK while sleeping: wfe will still get interrupted by incoming
* interrupts but the CPU will not service them right away.
*/