[MIPS] Fix invalid semicolon after if statement
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
committed by
Ralf Baechle
parent
c5d7eb9e8c
commit
0806133af4
@@ -725,7 +725,7 @@ asmlinkage int irix_getcontext(struct pt_regs *regs)
|
|||||||
current->comm, current->pid, ctx);
|
current->comm, current->pid, ctx);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!access_ok(VERIFY_WRITE, ctx, sizeof(*ctx)));
|
if (!access_ok(VERIFY_WRITE, ctx, sizeof(*ctx)))
|
||||||
return -EFAULT;
|
return -EFAULT;
|
||||||
|
|
||||||
error = __put_user(current->thread.irix_oldctx, &ctx->link);
|
error = __put_user(current->thread.irix_oldctx, &ctx->link);
|
||||||
|
Reference in New Issue
Block a user