Re: [PATCH v2 3/3] workqueue: Correct/Drop references to gcwq in Documentation

2013-08-21 Thread Randy Dunlap
On 08/20/13 17:50, Libin wrote: > No functional changes. This patch fixes the post gcwq comments in > Documentation/workqueue.txt. > > Signed-off-by: Libin > --- > Documentation/workqueue.txt | 72 > ++--- > 1 file changed, 36 insertions(+), 36 deletions(

[PATCH v2 3/3] workqueue: Correct/Drop references to gcwq in Documentation

2013-08-20 Thread Libin
No functional changes. This patch fixes the post gcwq comments in Documentation/workqueue.txt. Signed-off-by: Libin --- Documentation/workqueue.txt | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/Documentation/workqueue.txt b/Do