]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
lib/interval-tree: correct comment wrt generic flavor
authorDavidlohr Bueso <dave@stgolabs.net>
Fri, 8 Sep 2017 23:15:12 +0000 (16:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Sep 2017 01:26:49 +0000 (18:26 -0700)
interval_tree.h _is_ the generic flavor.

Link: http://lkml.kernel.org/r/20170719014603.19029-13-dave@stgolabs.net
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/interval_tree_generic.h

index f096423c8cbdf8af59a278ac7a5fcac8d7060323..1f97ce26cccc1297caa110b9859b4c3ee8efcb9c 100644 (file)
@@ -33,7 +33,7 @@
  * ITSTATIC:   'static' or empty
  * ITPREFIX:   prefix to use for the inline tree definitions
  *
- * Note - before using this, please consider if non-generic version
+ * Note - before using this, please consider if generic version
  * (interval_tree.h) would work for you...
  */