Skip to content

Commit

Permalink
leds: Fix leds-class.c comment
Browse files Browse the repository at this point in the history
led_classdev_unregister() has no "__" prefix, remove it.

Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
  • Loading branch information
Qinghuang Feng authored and Richard Purdie committed Oct 20, 2008
1 parent 9c78ff6 commit 0266a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/leds/led-class.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ int led_classdev_register(struct device *parent, struct led_classdev *led_cdev)
EXPORT_SYMBOL_GPL(led_classdev_register);

/**
* __led_classdev_unregister - unregisters a object of led_properties class.
* led_classdev_unregister - unregisters a object of led_properties class.
* @led_cdev: the led device to unregister
*
* Unregisters a previously registered via led_classdev_register object.
Expand Down

0 comments on commit 0266a45

Please sign in to comment.