[PATCH v2 1/3] workqueue: Comment correction in file header

2013-08-20 Thread Libin
No functional change. There are two worker pools for each cpu in current implementation(one for normal work items and the other for high priority ones). Signed-off-by: Libin --- kernel/workqueue.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/kernel/workqueue.c

[PATCH v2 1/3] workqueue: Comment correction in file header

2013-08-20 Thread Libin
No functional change. There are two worker pools for each cpu in current implementation(one for normal work items and the other for high priority ones). Signed-off-by: Libin huawei.li...@huawei.com --- kernel/workqueue.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git