Exclude html files from checkpatch

Also, fix 2 nits in the codebase.

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
Antonio Niño Díaz
2018-01-26 18:57:25 +00:00
parent e77ebfe38a
commit 33e9eb098c
3 changed files with 4 additions and 5 deletions

View File

@@ -49,7 +49,6 @@ static int32_t getsymvalue(int32_t symid)
errx(1, "%s: Unknown symbol type", __func__);
}
static int32_t getrealbankfrominternalbank(int32_t n)
{
if (BankIndexIsWRAM0(n) || BankIndexIsROM0(n) ||