Skip to content

Commit da0806e

Browse files
WangYulilag-linaro
authored andcommitted
leds: rgb: leds-group-multicolor: Correct the typo 'acccess'
There is a spelling mistake of 'acccess' which should be instead of 'access'. Signed-off-by: WangYuli <[email protected]> Acked-by: Thomas Zimmermann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 9852d85 commit da0806e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/leds/rgb/leds-group-multicolor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ static void restore_sysfs_write_access(void *data)
5555
{
5656
struct led_classdev *led_cdev = data;
5757

58-
/* Restore the write acccess to the LED */
58+
/* Restore the write access to the LED */
5959
mutex_lock(&led_cdev->led_access);
6060
led_sysfs_enable(led_cdev);
6161
mutex_unlock(&led_cdev->led_access);

0 commit comments

Comments
 (0)