[PATCH] leds: Fixup kdoc comment to match parameter names

From: Sven Wegener
Date: Wed Dec 03 2008 - 02:23:51 EST


Signed-off-by: Sven Wegener <sven.wegener@xxxxxxxxxxx>
---
drivers/leds/led-class.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/leds/led-class.c b/drivers/leds/led-class.c
index 6c4a326..1553d93 100644
--- a/drivers/leds/led-class.c
+++ b/drivers/leds/led-class.c
@@ -93,7 +93,7 @@ EXPORT_SYMBOL_GPL(led_classdev_resume);

/**
* led_classdev_register - register a new object of led_classdev class.
- * @dev: The device to register.
+ * @parent: The device to register.
* @led_cdev: the led_classdev structure for this device.
*/
int led_classdev_register(struct device *parent, struct led_classdev *led_cdev)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/