Kaynağa Gözat

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>
Sven Wegener 16 yıl önce
ebeveyn
işleme
ff8649affc
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      drivers/leds/led-class.c

+ 1 - 1
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.
  * 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)