Fix kernel-doc comment typo '@id'
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 3 Aug 2011 14:18:39 +0000 (16:18 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 4 Aug 2011 13:42:05 +0000 (15:42 +0200)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
lib/idr.c

index e15502e..e0abbc1 100644 (file)
--- a/lib/idr.c
+++ b/lib/idr.c
@@ -858,7 +858,7 @@ EXPORT_SYMBOL(ida_get_new_above);
  * and go back to the idr_pre_get() call.  If the idr is full, it will
  * return %-ENOSPC.
  *
- * @id returns a value in the range %0 ... %0x7fffffff.
+ * @p_id returns a value in the range %0 ... %0x7fffffff.
  */
 int ida_get_new(struct ida *ida, int *p_id)
 {