aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/genalloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/genalloc.c b/lib/genalloc.c
index c522facfa3e5..26cf20be72b7 100644
--- a/lib/genalloc.c
+++ b/lib/genalloc.c
@@ -524,7 +524,6 @@ struct gen_pool *devm_gen_pool_create(struct device *dev, int min_alloc_order,
524/** 524/**
525 * dev_get_gen_pool - Obtain the gen_pool (if any) for a device 525 * dev_get_gen_pool - Obtain the gen_pool (if any) for a device
526 * @dev: device to retrieve the gen_pool from 526 * @dev: device to retrieve the gen_pool from
527 * @name: Optional name for the gen_pool, usually NULL
528 * 527 *
529 * Returns the gen_pool for the device if one is present, or NULL. 528 * Returns the gen_pool for the device if one is present, or NULL.
530 */ 529 */