diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-08-03 10:18:39 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-08-04 09:42:05 -0400 |
commit | f5c3dd719d17750779c6ac72f4dd0b06d7702ca2 (patch) | |
tree | 43585cf023ed86216c539db6d4f8b346ba2e5736 /lib/idr.c | |
parent | 10bd2473b10b394eed7ed6c94248be47ab6ed369 (diff) |
Fix kernel-doc comment typo '@id'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'lib/idr.c')
-rw-r--r-- | lib/idr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -858,7 +858,7 @@ EXPORT_SYMBOL(ida_get_new_above); | |||
858 | * and go back to the idr_pre_get() call. If the idr is full, it will | 858 | * and go back to the idr_pre_get() call. If the idr is full, it will |
859 | * return %-ENOSPC. | 859 | * return %-ENOSPC. |
860 | * | 860 | * |
861 | * @id returns a value in the range %0 ... %0x7fffffff. | 861 | * @p_id returns a value in the range %0 ... %0x7fffffff. |
862 | */ | 862 | */ |
863 | int ida_get_new(struct ida *ida, int *p_id) | 863 | int ida_get_new(struct ida *ida, int *p_id) |
864 | { | 864 | { |