You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[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