[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20230502090242.3037194-1-quic_pbaronia@quicinc.com>
Date: Tue, 2 May 2023 14:32:40 +0530
From: Prathu Baronia <quic_pbaronia@...cinc.com>
To: "Eric W. Biederman" <ebiederm@...ssion.com>,
Tejun Heo <tj@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Kees Cook <keescook@...omium.org>,
Petr Mladek <pmladek@...e.com>,
Prathu Baronia <quic_pbaronia@...cinc.com>,
Sami Tolvanen <samitolvanen@...gle.com>,
Zqiang <qiang1.zhang@...el.com>,
"Jason A. Donenfeld" <Jason@...c4.com>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH] kthread: fix spelling typo and grammar in comments
- `If present` -> `If present,'
- `reuturn` -> `return`
- `function exit safely` -> `function to exit safely`
Signed-off-by: Prathu Baronia <quic_pbaronia@...cinc.com>
---
kernel/kthread.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kernel/kthread.c b/kernel/kthread.c
index 7e6751b29101..d7fd133f63dd 100644
--- a/kernel/kthread.c
+++ b/kernel/kthread.c
@@ -311,10 +311,10 @@ void __noreturn kthread_exit(long result)
* @comp: Completion to complete
* @code: The integer value to return to kthread_stop().
*
- * If present complete @comp and the reuturn code to kthread_stop().
+ * If present, complete @comp and then return code to kthread_stop().
*
* A kernel thread whose module may be removed after the completion of
- * @comp can use this function exit safely.
+ * @comp can use this function to exit safely.
*
* Does not return.
*/
--
2.25.1
Powered by blists - more mailing lists