diff options
| author | Grant Likely <grant.likely@secretlab.ca> | 2010-01-28 14:38:25 -0700 | 
|---|---|---|
| committer | Grant Likely <grant.likely@secretlab.ca> | 2010-01-28 14:38:25 -0700 | 
| commit | 0ada0a73120c28cc432bcdbac061781465c2f48f (patch) | |
| tree | d17cadd4ea47e25d9e48e7d409a39c84268fbd27 /lib/idr.c | |
| parent | 6016a363f6b56b46b24655bcfc0499b715851cf3 (diff) | |
| parent | 92dcffb916d309aa01778bf8963a6932e4014d07 (diff) | |
Merge commit 'v2.6.33-rc5' into secretlab/test-devicetree
Diffstat (limited to 'lib/idr.c')
| -rw-r--r-- | lib/idr.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/idr.c b/lib/idr.c index 80ca9aca038..1cac726c44b 100644 --- a/lib/idr.c +++ b/lib/idr.c @@ -281,7 +281,7 @@ static int idr_get_new_above_int(struct idr *idp, void *ptr, int starting_id)  /**   * idr_get_new_above - allocate new idr entry above or equal to a start id   * @idp: idr handle - * @ptr: pointer you want associated with the ide + * @ptr: pointer you want associated with the id   * @start_id: id to start search at   * @id: pointer to the allocated handle   * @@ -313,7 +313,7 @@ EXPORT_SYMBOL(idr_get_new_above);  /**   * idr_get_new - allocate new idr entry   * @idp: idr handle - * @ptr: pointer you want associated with the ide + * @ptr: pointer you want associated with the id   * @id: pointer to the allocated handle   *   * This is the allocate id function.  It should be called with any  | 
