mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
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:
parent
e2387d6c20
commit
ff8649affc
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ EXPORT_SYMBOL_GPL(led_classdev_resume);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* led_classdev_register - register a new object of led_classdev class.
|
* 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.
|
* @led_cdev: the led_classdev structure for this device.
|
||||||
*/
|
*/
|
||||||
int led_classdev_register(struct device *parent, struct led_classdev *led_cdev)
|
int led_classdev_register(struct device *parent, struct led_classdev *led_cdev)
|
||||||
|
|
Loading…
Reference in a new issue