Skip to content

Commit da0806e

Browse files
Avenger-285714lag-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 <wangyuli@uniontech.com> Acked-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://lore.kernel.org/r/B586A1E6EA476B68+20240920024514.1182292-1-wangyuli@uniontech.com Signed-off-by: Lee Jones <lee@kernel.org>
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)