mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
lib/idr.c: fix comment for ida_get_new_above()
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
3a8495c739
commit
e3816c5407
1 changed files with 2 additions and 2 deletions
|
@ -767,8 +767,8 @@ EXPORT_SYMBOL(ida_pre_get);
|
|||
* @starting_id: id to start search at
|
||||
* @p_id: pointer to the allocated handle
|
||||
*
|
||||
* Allocate new ID above or equal to @ida. It should be called with
|
||||
* any required locks.
|
||||
* Allocate new ID above or equal to @starting_id. It should be called
|
||||
* with any required locks.
|
||||
*
|
||||
* If memory is required, it will return %-EAGAIN, you should unlock
|
||||
* and go back to the ida_pre_get() call. If the ida is full, it will
|
||||
|
|
Loading…
Reference in a new issue