[MIPS] Fix "no space between function name and open parenthesis" warnings.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -55,7 +55,7 @@ static char __init *decode_eisa_sig(unsigned long addr)
|
||||
int i;
|
||||
|
||||
for (i = 0; i < 4; i++) {
|
||||
sig[i] = inb (addr + i);
|
||||
sig[i] = inb(addr + i);
|
||||
|
||||
if (!i && (sig[0] & 0x80))
|
||||
return NULL;
|
||||
|
@@ -344,6 +344,6 @@ void __init arch_init_irq(void)
|
||||
|
||||
#ifdef CONFIG_EISA
|
||||
if (ip22_is_fullhouse()) /* Only Indigo-2 has EISA stuff */
|
||||
ip22_eisa_init ();
|
||||
ip22_eisa_init();
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user