]> git.proxmox.com Git - mirror_spl.git/blobdiff - include/sys/taskq.h
Fix cstyle warnings
[mirror_spl.git] / include / sys / taskq.h
index c5ccec715be62380c9b33e7a6ce18273611f3186..4d90a35639db7dfa081f9909419d019f8e8ad685 100644 (file)
@@ -94,7 +94,7 @@ typedef struct taskq {
        taskqid_t               tq_lowest_id;   /* lowest pend/work id */
        struct list_head        tq_free_list;   /* free taskq_ent_t's */
        struct list_head        tq_pend_list;   /* pending taskq_ent_t's */
-       struct list_head        tq_prio_list;   /* priority pending taskq_ent_t's */
+       struct list_head        tq_prio_list;   /* priority taskq_ent_t's */
        struct list_head        tq_delay_list;  /* delayed taskq_ent_t's */
        struct list_head        tq_taskqs;      /* all taskq_t's */
        spl_wait_queue_head_t   tq_work_waitq;  /* new work waitq */