Skip to content

Commit

Permalink
leds: fixed a coding style issue.
Browse files Browse the repository at this point in the history
Fixed a coding style issue relating to trailing
white space error found by checkpatch.pl tool in drivers/leds/led-class.c

Signed-off-by: Jeffrin Jose <[email protected]>
Signed-off-by: Bryan Wu <[email protected]>
  • Loading branch information
ahiliation authored and Bryan Wu committed Jun 12, 2012
1 parent 3fbd871 commit 9cd5ec5
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 @@ -29,7 +29,7 @@ static void led_update_brightness(struct led_classdev *led_cdev)
led_cdev->brightness = led_cdev->brightness_get(led_cdev);
}

static ssize_t led_brightness_show(struct device *dev,
static ssize_t led_brightness_show(struct device *dev,
struct device_attribute *attr, char *buf)
{
struct led_classdev *led_cdev = dev_get_drvdata(dev);
Expand Down

0 comments on commit 9cd5ec5

Please sign in to comment.