aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/idr.h2
-rw-r--r--lib/idr.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/idr.h b/include/linux/idr.h
index a6f38b5c34e4..8c1f81f823c8 100644
--- a/include/linux/idr.h
+++ b/include/linux/idr.h
@@ -99,7 +99,7 @@ static inline void idr_preload_end(void)
99 99
100/** 100/**
101 * idr_find - return pointer for given id 101 * idr_find - return pointer for given id
102 * @idp: idr handle 102 * @idr: idr handle
103 * @id: lookup key 103 * @id: lookup key
104 * 104 *
105 * Return the pointer given the id it has been registered with. A %NULL 105 * Return the pointer given the id it has been registered with. A %NULL
diff --git a/lib/idr.c b/lib/idr.c
index 00739aaf95a2..4f82a284c6a2 100644
--- a/lib/idr.c
+++ b/lib/idr.c
@@ -214,7 +214,6 @@ EXPORT_SYMBOL(idr_pre_get);
214 * sub_alloc - try to allocate an id without growing the tree depth 214 * sub_alloc - try to allocate an id without growing the tree depth
215 * @idp: idr handle 215 * @idp: idr handle
216 * @starting_id: id to start search at 216 * @starting_id: id to start search at
217 * @id: pointer to the allocated handle
218 * @pa: idr_layer[MAX_IDR_LEVEL] used as backtrack buffer 217 * @pa: idr_layer[MAX_IDR_LEVEL] used as backtrack buffer
219 * @gfp_mask: allocation mask for idr_layer_alloc() 218 * @gfp_mask: allocation mask for idr_layer_alloc()
220 * @layer_idr: optional idr passed to idr_layer_alloc() 219 * @layer_idr: optional idr passed to idr_layer_alloc()