diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-08-14 11:39:41 +0200 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2022-08-16 04:46:09 +0200 |
commit | 0351dc57b95b8b56f2a467122c13b6b16e0dc53f (patch) | |
tree | 508a52bfa78e4b43ac1c432aa605f51566cdec7d /kernel | |
parent | Linux 6.0-rc1 (diff) | |
download | linux-0351dc57b95b8b56f2a467122c13b6b16e0dc53f.tar.xz linux-0351dc57b95b8b56f2a467122c13b6b16e0dc53f.zip |
audit: fix repeated words in comments
Delete the redundant word 'doesn't'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
[PM: subject line tweak]
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/auditsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/auditsc.c b/kernel/auditsc.c index dd8d9ab747c3..9226746dcf0a 100644 --- a/kernel/auditsc.c +++ b/kernel/auditsc.c @@ -1833,7 +1833,7 @@ void __audit_free(struct task_struct *tsk) /* We are called either by do_exit() or the fork() error handling code; * in the former case tsk == current and in the latter tsk is a - * random task_struct that doesn't doesn't have any meaningful data we + * random task_struct that doesn't have any meaningful data we * need to log via audit_log_exit(). */ if (tsk == current && !context->dummy) { |