Skip to content
Snippets Groups Projects
Commit f5c3dd71 authored by Paul Bolle's avatar Paul Bolle Committed by Jiri Kosina
Browse files

Fix kernel-doc comment typo '@id'


Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 10bd2473
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment