diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index 2cc0a9606175..5bb0ad0b1092 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h @@ -79,7 +79,7 @@ enum { WORK_BUSY_RUNNING = 1 << 1, /* maximum string length for set_worker_desc() */ - WORKER_DESC_LEN = 24, + WORKER_DESC_LEN = 32, }; /* Convenience constants - of type 'unsigned long', not 'enum'! */