Explorar o código

Fix kernel-doc comment typo '@id'

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Paul Bolle %!s(int64=14) %!d(string=hai) anos
pai
achega
f5c3dd719d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/idr.c

+ 1 - 1
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
  * and go back to the idr_pre_get() call.  If the idr is full, it will
  * return %-ENOSPC.
  * 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)
 int ida_get_new(struct ida *ida, int *p_id)
 {
 {