src/mainboard: Remove whitespace after sizeof
Change-Id: Ie2a047d35e69182812c349daedc5b3b5fde20122 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16860 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
f2fcf22d22
commit
ec28aadbd1
7 changed files with 7 additions and 7 deletions
|
|
@ -81,7 +81,7 @@ static int ioread = 0, iowrite = 0;
|
|||
static char *regname(unsigned long addr)
|
||||
{
|
||||
static char name[16];
|
||||
snprintf(name, sizeof (name), "0x%lx", addr);
|
||||
snprintf(name, sizeof(name), "0x%lx", addr);
|
||||
return name;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue