Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a19b463 authored by Wang Long's avatar Wang Long Committed by Tejun Heo
Browse files

workqueue: Fix comment for unbound workqueue's attrbutes



Signed-off-by: default avatarWang Long <wanglong19@meituan.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent edbfd911
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5013,9 +5013,10 @@ int workqueue_set_unbound_cpumask(cpumask_var_t cpumask)
 *
 * Unbound workqueues have the following extra attributes.
 *
 *  id		RO int	: the associated pool ID
 *  pool_ids	RO int	: the associated pool IDs for each node
 *  nice	RW int	: nice value of the workers
 *  cpumask	RW mask	: bitmask of allowed CPUs for the workers
 *  numa	RW bool	: whether enable NUMA affinity
 */
struct wq_device {
	struct workqueue_struct		*wq;