xtensa: fix numerous checkpatch issues
Change-Id: I903f5f0692849fb9e7bf5d978b63b12bf1bd6e33 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
1e4e68b52a
commit
42562b9367
21 changed files with 1736 additions and 1673 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue