linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] workqueue: Fix spelling in source code comments
@ 2019-03-01 21:57 Bart Van Assche
  2019-03-05 15:53 ` Tejun Heo
  0 siblings, 1 reply; 2+ messages in thread
From: Bart Van Assche @ 2019-03-01 21:57 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-kernel, Bart Van Assche, Lai Jiangshan

Change "execuing" into "executing" and "guarnateed" into "guaranteed".

Cc: Lai Jiangshan <jiangshanlai@gmail.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
---
 kernel/workqueue.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index fc5d23d752a5..57ad76486a9a 100644
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
@@ -1341,7 +1341,7 @@ static bool is_chained_work(struct workqueue_struct *wq)
 
 	worker = current_wq_worker();
 	/*
-	 * Return %true iff I'm a worker execuing a work item on @wq.  If
+	 * Return %true iff I'm a worker executing a work item on @wq.  If
 	 * I'm @worker, it's safe to dereference it without locking.
 	 */
 	return worker && worker->current_pwq->wq == wq;
@@ -1639,7 +1639,7 @@ static void rcu_work_rcufn(struct rcu_head *rcu)
  *
  * Return: %false if @rwork was already pending, %true otherwise.  Note
  * that a full RCU grace period is guaranteed only after a %true return.
- * While @rwork is guarnateed to be executed after a %false return, the
+ * While @rwork is guaranteed to be executed after a %false return, the
  * execution may happen before a full RCU grace period has passed.
  */
 bool queue_rcu_work(struct workqueue_struct *wq, struct rcu_work *rwork)
-- 
2.21.0


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

* Re: [PATCH] workqueue: Fix spelling in source code comments
  2019-03-01 21:57 [PATCH] workqueue: Fix spelling in source code comments Bart Van Assche
@ 2019-03-05 15:53 ` Tejun Heo
  0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2019-03-05 15:53 UTC (permalink / raw)
  To: Bart Van Assche; +Cc: linux-kernel, Lai Jiangshan

On Fri, Mar 01, 2019 at 01:57:25PM -0800, Bart Van Assche wrote:
> Change "execuing" into "executing" and "guarnateed" into "guaranteed".
> 
> Cc: Lai Jiangshan <jiangshanlai@gmail.com>
> Signed-off-by: Bart Van Assche <bvanassche@acm.org>

Applied to wq/for-5.1.

Thanks.

-- 
tejun

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

end of thread, other threads:[~2019-03-05 15:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-01 21:57 [PATCH] workqueue: Fix spelling in source code comments Bart Van Assche
2019-03-05 15:53 ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).