[MIPS] checkfiles: Fix "need space after that ','" errors.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@ -778,7 +778,7 @@ asmlinkage int irix_times(struct tms __user *tbuf)
|
||||
int err = 0;
|
||||
|
||||
if (tbuf) {
|
||||
if (!access_ok(VERIFY_WRITE,tbuf,sizeof *tbuf))
|
||||
if (!access_ok(VERIFY_WRITE, tbuf, sizeof *tbuf))
|
||||
return -EFAULT;
|
||||
|
||||
err = __put_user(current->utime, &tbuf->tms_utime);
|
||||
|
Reference in New Issue
Block a user