[PATCH] workqueue: Fix comment typo for enum WQ_SYSFS

From: Libin
Date: Sun Dec 08 2013 - 21:49:06 EST


From: Li Bin <huawei.libin@xxxxxxxxxx>

s/wq_sysfs_register()/workqueue_sysfs_register()

Signed-off-by: Li Bin <huawei.libin@xxxxxxxxxx>
---
include/linux/workqueue.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h
index 594521b..88d1e12 100644
--- a/include/linux/workqueue.h
+++ b/include/linux/workqueue.h
@@ -306,7 +306,7 @@ enum {
WQ_MEM_RECLAIM = 1 << 3, /* may be used for memory reclaim */
WQ_HIGHPRI = 1 << 4, /* high priority */
WQ_CPU_INTENSIVE = 1 << 5, /* cpu instensive workqueue */
- WQ_SYSFS = 1 << 6, /* visible in sysfs, see wq_sysfs_register() */
+ WQ_SYSFS = 1 << 6, /* visible in sysfs, see workqueue_sysfs_register() */

/*
* Per-cpu workqueues are generally preferred because they tend to
--
1.8.2.2


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/