zephyr/arch/x86/core
Yonattan Louise dbada63eee Fix coding style issues.
Some checkpatch issues were solved by scripts leaving other problems
such as alignment and indentation issues.  In order to comply with the
defined coding style the following fixes were made:

- Fixed the function declaration moving the parameters' comments above
  the function in accordance to the doxygen format.
- Fixed functions' opening and closing brackets. These brackets should
  not be indented.
- Fixed the 'if', 'for' and 'while' statements adding the brackets
  around the sentence.
- Fixed comments' alignment.
- Fixed indentation.

The work was done manually and submitted as one commit. I didn't
separate these changes in different commits because they were fixed all
at once. Basically, all errors were fixed in every file at once.

Change-Id: Icc94a10bfd2cff82007ce60df23b2ccd4c30268d
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:59 -05:00
..
offsets Eliminate GEN_OFFSET_SYM_HOST() macro 2016-02-05 20:13:45 -05:00
cpuhalt.s Renaming _SysPowerSaveIdle to _sys_power_save_idle 2016-02-05 20:13:47 -05:00
excconnect.c First commit 2015-04-10 16:44:37 -07:00
excstub.s Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
ffs.s First commit 2015-04-10 16:44:37 -07:00
gdt.c Rename _GdtEntries to _gdt_entries 2016-02-05 20:13:54 -05:00
intboiexit.s First commit 2015-04-10 16:44:37 -07:00
intconnect.c Rename _VectorsAllocated to interrupt_vectors_allocated 2016-02-05 20:13:54 -05:00
inthndlset.c Fix coding style issues. 2016-02-05 20:13:59 -05:00
intstub.s Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
msr.s First commit 2015-04-10 16:44:37 -07:00
nanoatomic_nolock.c First commit 2015-04-10 16:44:37 -07:00
nanoatomic.s First commit 2015-04-10 16:44:37 -07:00
nanocontext.c Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
nanofatal.c Rename __defaultEsf to _default_esf 2016-02-05 20:13:54 -05:00
nanofloat.c Rename _Mxcsr to _sse_mxcsr_default_value 2016-02-05 20:13:54 -05:00
swap.s Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
unaligned.s First commit 2015-04-10 16:44:37 -07:00