[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:
@ -29,7 +29,7 @@ static inline void align_mod(const int align, const int mod)
|
||||
".endr\n\t"
|
||||
".set pop"
|
||||
:
|
||||
: GCC_IMM_ASM (align), GCC_IMM_ASM (mod));
|
||||
: GCC_IMM_ASM(align), GCC_IMM_ASM(mod));
|
||||
}
|
||||
|
||||
static inline void mult_sh_align_mod(long *v1, long *v2, long *w,
|
||||
|
Reference in New Issue
Block a user