Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933634Ab3GRW5F (ORCPT ); Thu, 18 Jul 2013 18:57:05 -0400 Received: from zetta.elopez.com.ar ([199.30.59.35]:53503 "EHLO zetta.elopez.com.ar" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758908Ab3GRW5E (ORCPT ); Thu, 18 Jul 2013 18:57:04 -0400 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= To: akpm@linux-foundation.org Cc: , =?UTF-8?q?Emilio=20L=C3=B3pez?= Subject: [PATCH] genalloc: correct dev_get_gen_pool documentation Date: Thu, 18 Jul 2013 19:55:52 -0300 Message-Id: <1374188152-5622-1-git-send-email-emilio@elopez.com.ar> X-Mailer: git-send-email 1.8.3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 970 Lines: 28 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 --- lib/genalloc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/genalloc.c b/lib/genalloc.c index b35cfa9..1d1f82b 100644 --- a/lib/genalloc.c +++ b/lib/genalloc.c @@ -519,7 +519,6 @@ struct gen_pool *devm_gen_pool_create(struct device *dev, int min_alloc_order, /** * dev_get_gen_pool - Obtain the gen_pool (if any) for a device * @dev: device to retrieve the gen_pool from - * @name: Optional name for the gen_pool, usually NULL * * Returns the gen_pool for the device if one is present, or NULL. */ -- 1.8.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/