mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] PNP: fix missing kernel-doc notation
@ 2008-05-01  0:18 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2008-05-01  0:18 UTC (permalink / raw)
  To: lkml; +Cc: akpm

From: Randy Dunlap <randy.dunlap@oracle.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@oracle.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)
 {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-01  0:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-01  0:18 [PATCH] PNP: fix missing kernel-doc notation Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®