projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7be35c7
)
backlight: Fix missing kernel doc entry
author
Sebastian Siewior
<bigeasy@linutronix.de>
Wed, 16 Jul 2008 22:05:49 +0000
(23:05 +0100)
committer
Richard Purdie
<rpurdie@rpsys.net>
Wed, 23 Jul 2008 08:50:18 +0000
(09:50 +0100)
Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
drivers/video/backlight/backlight.c
patch
|
blob
|
history
diff --git
a/drivers/video/backlight/backlight.c
b/drivers/video/backlight/backlight.c
index 39394757679c0882f9a2765486163383bee0935c..fab0bc874b58d46992b64b90d47be82677b2f543 100644
(file)
--- a/
drivers/video/backlight/backlight.c
+++ b/
drivers/video/backlight/backlight.c
@@
-191,6
+191,7
@@
static struct device_attribute bl_device_attributes[] = {
* backlight_device class.
* @name: the name of the new object(must be the same as the name of the
* respective framebuffer device).
+ * @parent: a pointer to the parent device
* @devdata: an optional pointer to be stored for private driver use. The
* methods may retrieve it by using bl_get_data(bd).
* @ops: the backlight operations structure.