Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361204
b: refs/heads/master
c: 5857f70
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Mar 13, 2013
1 parent c833f19 commit 11eb043
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a3633f6730239e7d39316aeb119c1bb9e1e83d66
refs/heads/master: 5857f70c8a62377c2304d8ad27e579881728fc5a
2 changes: 1 addition & 1 deletion trunk/include/linux/idr.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static inline void idr_preload_end(void)

/**
* idr_find - return pointer for given id
* @idp: idr handle
* @idr: idr handle
* @id: lookup key
*
* Return the pointer given the id it has been registered with. A %NULL
Expand Down
1 change: 0 additions & 1 deletion trunk/lib/idr.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ EXPORT_SYMBOL(idr_pre_get);
* sub_alloc - try to allocate an id without growing the tree depth
* @idp: idr handle
* @starting_id: id to start search at
* @id: pointer to the allocated handle
* @pa: idr_layer[MAX_IDR_LEVEL] used as backtrack buffer
* @gfp_mask: allocation mask for idr_layer_alloc()
* @layer_idr: optional idr passed to idr_layer_alloc()
Expand Down

0 comments on commit 11eb043

Please sign in to comment.