[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20080430171818.65513bcf.randy.dunlap@oracle.com>
Date: Wed, 30 Apr 2008 17:18:18 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>
Cc: akpm <akpm@...ux-foundation.org>
Subject: [PATCH] PNP: fix missing kernel-doc notation
From: Randy Dunlap <randy.dunlap@...cle.com>
Fix missing PNP kernel-doc notation:
Warning(linux-2.6.25-git16//drivers/pnp/manager.c:261): No description found for parameter 'dev'
Warning(linux-2.6.25-git16//drivers/pnp/manager.c:292): No description found for parameter 'dev'
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
drivers/pnp/manager.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- linux-2.6.25-git16.orig/drivers/pnp/manager.c
+++ linux-2.6.25-git16/drivers/pnp/manager.c
@@ -255,7 +255,7 @@ void pnp_init_resource(struct resource *
/**
* pnp_init_resources - Resets a resource table to default values.
- * @table: pointer to the desired resource table
+ * @dev: pointer to the owning &pnp_dev
*/
void pnp_init_resources(struct pnp_dev *dev)
{
@@ -286,7 +286,7 @@ void pnp_init_resources(struct pnp_dev *
/**
* pnp_clean_resources - clears resources that were not manually set
- * @res: the resources to clean
+ * @dev: &pnp_dev for the resources to clean
*/
static void pnp_clean_resource_table(struct pnp_dev *dev)
{
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists