Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Fix kernel-doc comment typo '@id'

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Paul Bolle and committed by
Jiri Kosina
f5c3dd71 10bd2473

+1 -1
+1 -1
lib/idr.c
··· 858 858 * and go back to the idr_pre_get() call. If the idr is full, it will 859 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 863 int ida_get_new(struct ida *ida, int *p_id) 864 864 {