[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:
Ralf Baechle
2007-10-11 23:46:15 +01:00
parent 10cc352907
commit 49a89efbbb
104 changed files with 842 additions and 842 deletions

View File

@ -69,7 +69,7 @@ struct prom_pmemblock * __init prom_getmdesc(void)
return &mdesc[0];
}
static int __init prom_memtype_classify (unsigned int type)
static int __init prom_memtype_classify(unsigned int type)
{
switch (type) {
case simmem_free:
@ -90,7 +90,7 @@ void __init prom_meminit(void)
long type;
unsigned long base, size;
type = prom_memtype_classify (p->type);
type = prom_memtype_classify(p->type);
base = p->base;
size = p->size;