Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1677967 > unrolled thread
| Started by | Davidlohr Bueso <dave@stgolabs.net> |
|---|---|
| First post | 2017-06-29 19:20 +0200 |
| Last post | 2017-06-29 19:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 7/9] lib/interval-tree: Correct comment wrt generic flavor Davidlohr Bueso <dave@stgolabs.net> - 2017-06-29 19:20 +0200
| From | Davidlohr Bueso <dave@stgolabs.net> |
|---|---|
| Date | 2017-06-29 19:20 +0200 |
| Subject | [PATCH 7/9] lib/interval-tree: Correct comment wrt generic flavor |
| Message-ID | <tXLgJ-1X8-3@gated-at.bofh.it> |
interval_tree.h _is_ the generic flavor. Signed-off-by: Davidlohr Bueso <dbueso@suse.de> --- include/linux/interval_tree_generic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ * 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... */ -- 2.12.0
Back to top | Article view | linux.kernel
csiph-web