[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220814093941.63227-1-yuanjilin@cdjrlc.com>
Date: Sun, 14 Aug 2022 17:39:41 +0800
From: Jilin Yuan <yuanjilin@...rlc.com>
To: paul@...l-moore.com, eparis@...hat.com
Cc: linux-audit@...hat.com, linux-kernel@...r.kernel.org,
Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] kernel: fix repeated words in comments
Delete the redundant word 'doesn't'.
Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
---
kernel/auditsc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/auditsc.c b/kernel/auditsc.c
index f3a2abd6d1a1..00d6e5130c24 100644
--- a/kernel/auditsc.c
+++ b/kernel/auditsc.c
@@ -1858,7 +1858,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) {
--
2.36.1
Powered by blists - more mailing lists