Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0806133a authored by Ilpo Järvinen's avatar Ilpo Järvinen Committed by Ralf Baechle
Browse files

[MIPS] Fix invalid semicolon after if statement

parent c5d7eb9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -725,7 +725,7 @@ asmlinkage int irix_getcontext(struct pt_regs *regs)
	       current->comm, current->pid, ctx);
#endif

	if (!access_ok(VERIFY_WRITE, ctx, sizeof(*ctx)));
	if (!access_ok(VERIFY_WRITE, ctx, sizeof(*ctx)))
		return -EFAULT;

	error = __put_user(current->thread.irix_oldctx, &ctx->link);