commit | f5c3dd719d17750779c6ac72f4dd0b06d7702ca2 | [log] [tgz] |
---|---|---|
author | Paul Bolle <pebolle@tiscali.nl> | Wed Aug 03 16:18:39 2011 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Thu Aug 04 15:42:05 2011 +0200 |
tree | 43585cf023ed86216c539db6d4f8b346ba2e5736 | |
parent | 10bd2473b10b394eed7ed6c94248be47ab6ed369 [diff] [blame] |
Fix kernel-doc comment typo '@id' Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
diff --git a/lib/idr.c b/lib/idr.c index e15502e..e0abbc17 100644 --- a/lib/idr.c +++ b/lib/idr.c
@@ -858,7 +858,7 @@ * 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) {