[MIPS] Fix "no space between function name and open parenthesis" warnings.
[pandora-kernel.git] / arch / mips / sibyte / common / sb_tbprof.c
index 4fcdaa8..63b444e 100644 (file)
@@ -276,8 +276,8 @@ static int sbprof_zbprof_start(struct file *filp)
        sbp.next_tb_sample = 0;
        filp->f_pos = 0;
 
-       err = request_irq (K_INT_TRACE_FREEZE, sbprof_tb_intr, 0,
-                          DEVNAME " trace freeze", &sbp);
+       err = request_irq(K_INT_TRACE_FREEZE, sbprof_tb_intr, 0,
+                         DEVNAME " trace freeze", &sbp);
        if (err)
                return -EBUSY;