Commit 5ce1be0e authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

mm/usercopy.c: delete duplicated word

parent 081a06fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ static noinline int check_stack_object(const void *obj, unsigned long len)

	/*
	 * Reject: object partially overlaps the stack (passing the
	 * the check above means at least one end is within the stack,
	 * check above means at least one end is within the stack,
	 * so if this check fails, the other end is outside the stack).
	 */
	if (obj < stack || stackend < obj + len)