]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - block/bfq-wf2q.c
Merge tag 'batadv-net-for-davem-20170802' of git://git.open-mesh.org/linux-merge
[karo-tx-linux.git] / block / bfq-wf2q.c
index 5ec05cd42b80725cb297129739da2edf1372a70a..979f8f21b7e2b17268b2db3c9510c333fccbe10f 100644 (file)
@@ -1297,7 +1297,7 @@ static void bfq_update_vtime(struct bfq_service_tree *st, u64 new_value)
  *
  * This function searches the first schedulable entity, starting from the
  * root of the tree and going on the left every time on this side there is
- * a subtree with at least one eligible (start >= vtime) entity. The path on
+ * a subtree with at least one eligible (start <= vtime) entity. The path on
  * the right is followed only if a) the left subtree contains no eligible
  * entities and b) no eligible entity has been found yet.
  */