xtensa: fix numerous checkpatch issues

Change-Id: I903f5f0692849fb9e7bf5d978b63b12bf1bd6e33
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2017-02-10 12:58:08 -08:00
commit 42562b9367
21 changed files with 1736 additions and 1673 deletions

View file

@ -16,6 +16,7 @@
static int console_out(int c)
{
char buf[16];
register int a2 __asm__ ("a2") = SYS_write;
register int a3 __asm__ ("a3") = 1;
register char *a4 __asm__ ("a4") = buf;