Merge tag 'dma-mapping-4.13-2' of git://git.infradead.org/users/hch/dma-mapping
[linux-2.6-microblaze.git] / block / bfq-iosched.h
index 8fd83b8..63e771a 100644 (file)
@@ -52,7 +52,7 @@ struct bfq_entity;
 struct bfq_service_tree {
        /* tree for active entities (i.e., those backlogged) */
        struct rb_root active;
-       /* tree for idle entities (i.e., not backlogged, with V <= F_i)*/
+       /* tree for idle entities (i.e., not backlogged, with V < F_i)*/
        struct rb_root idle;
 
        /* idle entity with minimum F_i */