public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Doc] arch_setup_pdev_archdata: fix documentation for parameter "pdev"
@ 2011-08-21 10:55 Rolf Eike Beer
  2011-08-21 14:33 ` Wanlong Gao
  0 siblings, 1 reply; 2+ messages in thread
From: Rolf Eike Beer @ 2011-08-21 10:55 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, akpm

Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
---
 drivers/base/platform.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/base/platform.c b/drivers/base/platform.c
index 0cad9c7..99a5272 100644
--- a/drivers/base/platform.c
+++ b/drivers/base/platform.c
@@ -33,7 +33,7 @@ EXPORT_SYMBOL_GPL(platform_bus);
 
 /**
  * arch_setup_pdev_archdata - Allow manipulation of archdata before its used
- * @dev: platform device
+ * @pdev: platform device
  *
  * This is called before platform_device_add() such that any pdev_archdata may
  * be setup before the platform_notifier is called.  So if a user needs to
-- 
1.7.6


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-21 14:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-21 10:55 [Doc] arch_setup_pdev_archdata: fix documentation for parameter "pdev" Rolf Eike Beer
2011-08-21 14:33 ` Wanlong Gao

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