Skip to content

Commit

Permalink
lib/idr.c: fix comment for ida_get_new_above()
Browse files Browse the repository at this point in the history
Signed-off-by: Wang Sheng-Hui <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Wang Sheng-Hui authored and torvalds committed Nov 1, 2011
1 parent 3a8495c commit e3816c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/idr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3816c5

Please sign in to comment.