leds: Fixup kdoc comment to match parameter names

Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
Signed-off-by: Richard Purdie <rpurdie@intel.linux.com>
This commit is contained in:
Sven Wegener 2008-12-03 08:04:57 +00:00 committed by Richard Purdie
parent e2387d6c20
commit ff8649affc

View file

@ -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)