Skip to content

Commit 4e04b11

Browse files
Zheng Yongjunpavelmachek
authored andcommitted
leds: leds-lm3533: convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun <[email protected]> Signed-off-by: Pavel Machek <[email protected]>
1 parent 5c8fe58 commit 4e04b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/leds/leds-lm3533.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ static int lm3533_led_probe(struct platform_device *pdev)
679679
led->cdev.brightness_get = lm3533_led_get;
680680
led->cdev.blink_set = lm3533_led_blink_set;
681681
led->cdev.brightness = LED_OFF;
682-
led->cdev.groups = lm3533_led_attribute_groups,
682+
led->cdev.groups = lm3533_led_attribute_groups;
683683
led->id = pdev->id;
684684

685685
mutex_init(&led->mutex);

0 commit comments

Comments
 (0)