Skip to content

Commit

Permalink
backlight: Fix missing kernel doc entry
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
  • Loading branch information
Sebastian Siewior authored and Richard Purdie committed Jul 23, 2008
1 parent 7be35c7 commit f6ec2d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/backlight/backlight.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f6ec2d9

Please sign in to comment.