All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] led-calss.c: trivial fix on comment
@ 2008-10-13 10:58 Qinghuang Feng
  0 siblings, 0 replies; only message in thread
From: Qinghuang Feng @ 2008-10-13 10:58 UTC (permalink / raw)
  To: linux-kernel; +Cc: rpurdie

Function led_classdev_unregister() has not a prefix "__",
juset to remove it.

Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
---
diff --git a/drivers/leds/led-class.c b/drivers/leds/led-class.c
index 559a408..3c5215c 100644
--- a/drivers/leds/led-class.c
+++ b/drivers/leds/led-class.c
@@ -147,7 +147,7 @@ err_out:
 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.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-13 10:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-13 10:58 [PATCH] led-calss.c: trivial fix on comment Qinghuang Feng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.