]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - lib/idr.c
V4L/DVB (13594): cpia2: use __stringify macro.
[mv-sheeva.git] / lib / idr.c
index 80ca9aca038be447573b8130cbc22c1133f34867..1cac726c44bc17cc6fa1a7b5ab6358279a0c9a5d 100644 (file)
--- 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