Re: [PATCH] kernel:workqueue - Fix typos in comments.

2015-05-29 Thread Tejun Heo
On Thu, May 28, 2015 at 05:06:10PM -0700, Randy Dunlap wrote: > On 05/22/15 22:08, Shailendra Verma wrote: > > Signed-off-by: Shailendra Verma > > --- > > kernel/workqueue.c | 12 ++-- > > 1 file changed, 6 insertions(+), 6 deletions(-) > > > > diff --git a/kernel/workqueue.c

Re: [PATCH] kernel:workqueue - Fix typos in comments.

2015-05-29 Thread Tejun Heo
On Thu, May 28, 2015 at 05:06:10PM -0700, Randy Dunlap wrote: On 05/22/15 22:08, Shailendra Verma wrote: Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com --- kernel/workqueue.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

Re: [PATCH] kernel:workqueue - Fix typos in comments.

2015-05-28 Thread Randy Dunlap
On 05/22/15 22:08, Shailendra Verma wrote: > Signed-off-by: Shailendra Verma > --- > kernel/workqueue.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/kernel/workqueue.c b/kernel/workqueue.c > index 586ad91..17d3021 100644 > --- a/kernel/workqueue.c >

Re: [PATCH] kernel:workqueue - Fix typos in comments.

2015-05-28 Thread Randy Dunlap
On 05/22/15 22:08, Shailendra Verma wrote: Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com --- kernel/workqueue.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 586ad91..17d3021 100644 ---

Re: [PATCH] kernel:workqueue - Fix typos in comments.

2015-05-24 Thread Tejun Heo
One hunk was already fixed. Applied the rest to wq/for-4.2. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

Re: [PATCH] kernel:workqueue - Fix typos in comments.

2015-05-24 Thread Tejun Heo
One hunk was already fixed. Applied the rest to wq/for-4.2. Thanks. -- tejun -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

[PATCH] kernel:workqueue - Fix typos in comments.

2015-05-22 Thread Shailendra Verma
Signed-off-by: Shailendra Verma --- kernel/workqueue.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 586ad91..17d3021 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c @@ -976,7 +976,7 @@ static struct

[PATCH] kernel:workqueue - Fix typos in comments.

2015-05-22 Thread Shailendra Verma
Signed-off-by: Shailendra Verma shailendra.capric...@gmail.com --- kernel/workqueue.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 586ad91..17d3021 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c @@