All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel: fix repeated words in comments
@ 2022-08-14  9:39 ` Jilin Yuan
  0 siblings, 0 replies; 4+ messages in thread
From: Jilin Yuan @ 2022-08-14  9:39 UTC (permalink / raw)
  To: paul, eparis; +Cc: linux-audit, linux-kernel, Jilin Yuan

 Delete the redundant word 'doesn't'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] kernel: fix repeated words in comments
@ 2022-08-14  9:39 ` Jilin Yuan
  0 siblings, 0 replies; 4+ messages in thread
From: Jilin Yuan @ 2022-08-14  9:39 UTC (permalink / raw)
  To: paul, eparis; +Cc: linux-audit, Jilin Yuan, linux-kernel

 Delete the redundant word 'doesn't'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.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

--
Linux-audit mailing list
Linux-audit@redhat.com
https://listman.redhat.com/mailman/listinfo/linux-audit


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] kernel: fix repeated words in comments
  2022-08-14  9:39 ` Jilin Yuan
@ 2022-08-16  2:48   ` Paul Moore
  -1 siblings, 0 replies; 4+ messages in thread
From: Paul Moore @ 2022-08-16  2:48 UTC (permalink / raw)
  To: Jilin Yuan; +Cc: linux-audit, linux-kernel, eparis

On Sun, Aug 14, 2022 at 5:40 AM Jilin Yuan <yuanjilin@cdjrlc.com> wrote:
>
>  Delete the redundant word 'doesn't'.
>
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> ---
>  kernel/auditsc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Merged into audit/next.

-- 
paul-moore.com

--
Linux-audit mailing list
Linux-audit@redhat.com
https://listman.redhat.com/mailman/listinfo/linux-audit


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] kernel: fix repeated words in comments
@ 2022-08-16  2:48   ` Paul Moore
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Moore @ 2022-08-16  2:48 UTC (permalink / raw)
  To: Jilin Yuan; +Cc: eparis, linux-audit, linux-kernel

On Sun, Aug 14, 2022 at 5:40 AM Jilin Yuan <yuanjilin@cdjrlc.com> wrote:
>
>  Delete the redundant word 'doesn't'.
>
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> ---
>  kernel/auditsc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Merged into audit/next.

-- 
paul-moore.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-16  7:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-14  9:39 [PATCH] kernel: fix repeated words in comments Jilin Yuan
2022-08-14  9:39 ` Jilin Yuan
2022-08-16  2:48 ` Paul Moore
2022-08-16  2:48   ` Paul Moore

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.