diff options
Diffstat (limited to 'kernel/workqueue_internal.h')
| -rw-r--r-- | kernel/workqueue_internal.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/workqueue_internal.h b/kernel/workqueue_internal.h index 6b1d66e28269..f6275944ada7 100644 --- a/kernel/workqueue_internal.h +++ b/kernel/workqueue_internal.h @@ -48,7 +48,7 @@ struct worker {  						/* A: runs through worker->node */  	unsigned long		last_active;	/* K: last active timestamp */ -	unsigned int		flags;		/* X: flags */ +	unsigned int		flags;		/* L: flags */  	int			id;		/* I: worker id */  	/*  |