Skip to content

Commit

Permalink
lib/interval-tree: correct comment wrt generic flavor
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Davidlohr Bueso authored and Linus Torvalds committed Sep 9, 2017
1 parent f808c13 commit f2686bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/interval_tree_generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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...
*/

Expand Down

0 comments on commit f2686bb

Please sign in to comment.