diff options
author | 2020-12-11 17:47:55 +0000 | |
---|---|---|
committer | 2020-12-11 17:47:55 +0000 | |
commit | 031616c434db05ce766f76c62865f55698e0924f (patch) | |
tree | 7f29aa1ff3e7b51a8058cd570fb785c6e769b245 /lib/syscall.c | |
parent | Merge remote-tracking branch 'asoc/for-5.9' into asoc-linus (diff) | |
parent | ASoC: wm_adsp: remove "ctl" from list on error in wm_adsp_create_control() (diff) | |
download | linux-rng-031616c434db05ce766f76c62865f55698e0924f.tar.xz linux-rng-031616c434db05ce766f76c62865f55698e0924f.zip |
Merge remote-tracking branch 'asoc/for-5.10' into asoc-linus
Diffstat (limited to 'lib/syscall.c')
-rw-r--r-- | lib/syscall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/syscall.c b/lib/syscall.c index fb328e7ccb08..8533d2fea2d7 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 |