diff options
Diffstat (limited to 'include/linux/idr.h')
-rw-r--r-- | include/linux/idr.h | 2 |
1 files changed, 1 insertions, 1 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 |