From: Randy Dunlap Date: Fri, 16 Oct 2020 03:11:07 +0000 (-0700) Subject: lib: syscall: delete duplicated words X-Git-Tag: v5.10.7~1400^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=408a93a2bb4f276f28059b51fbe0bbd06be350fc;p=platform%2Fkernel%2Flinux-rpi.git lib: syscall: delete duplicated words Drop the repeated word "the". Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Link: https://lkml.kernel.org/r/20200823040514.26136-1-rdunlap@infradead.org Signed-off-by: Linus Torvalds --- diff --git a/lib/syscall.c b/lib/syscall.c index fb328e7..8533d2f 100644 --- a/lib/syscall.c +++ b/lib/syscall.c @@ -44,7 +44,7 @@ static int collect_syscall(struct task_struct *target, struct syscall_info *info * .data.instruction_pointer - filled with user PC * * If @target is blocked in a system call, returns zero with @info.data.nr - * set to the the call's number and @info.data.args filled in with its + * set to the call's number and @info.data.args filled in with its * arguments. Registers not used for system call arguments may not be available * and it is not kosher to use &struct user_regset calls while the system * call is still in progress. Note we may get this result if @target