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

lib/genalloc.c: correct dev_get_gen_pool documentation

The documentation mentions a "name" parameter, which does not exist. This
commit removes such mention from the function documentation.

Signed-off-by: Emilio López <emilio@elopez.com.ar>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Emilio López and committed by
Linus Torvalds
5ab58acc 14430813

-1
-1
lib/genalloc.c
··· 524 524 /** 525 525 * dev_get_gen_pool - Obtain the gen_pool (if any) for a device 526 526 * @dev: device to retrieve the gen_pool from 527 - * @name: Optional name for the gen_pool, usually NULL 528 527 * 529 528 * Returns the gen_pool for the device if one is present, or NULL. 530 529 */