aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavidlohr Bueso <dave@stgolabs.net>2017-09-08 19:15:12 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2017-09-08 21:26:49 -0400
commitf2686bb48618718c7141f117e2d607594e959bfc (patch)
tree7e6fda053348e1f64e35653788b46459f39c8da9
parentf808c13fd3738948e10196496959871130612b61 (diff)
lib/interval-tree: correct comment wrt generic flavor
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>
-rw-r--r--include/linux/interval_tree_generic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/interval_tree_generic.h b/include/linux/interval_tree_generic.h
index f096423c8cbd..1f97ce26cccc 100644
--- a/include/linux/interval_tree_generic.h
+++ b/include/linux/interval_tree_generic.h
@@ -33,7 +33,7 @@
33 * ITSTATIC: 'static' or empty 33 * ITSTATIC: 'static' or empty
34 * ITPREFIX: prefix to use for the inline tree definitions 34 * ITPREFIX: prefix to use for the inline tree definitions
35 * 35 *
36 * Note - before using this, please consider if non-generic version 36 * Note - before using this, please consider if generic version
37 * (interval_tree.h) would work for you... 37 * (interval_tree.h) would work for you...
38 */ 38 */
39 39