dect
/
linux-2.6
Archived
13
0
Fork 0

Fix kernel-doc comment typo '@id'

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Paul Bolle 2011-08-03 16:18:39 +02:00 committed by Jiri Kosina
parent 10bd2473b1
commit f5c3dd719d
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{