summaryrefslogtreecommitdiff
path: root/drivers/leds
diff options
context:
space:
mode:
authorWangYuli <wangyuli@uniontech.com>2024-09-20 10:45:14 +0800
committerLee Jones <lee@kernel.org>2024-10-09 10:37:20 +0100
commitda0806e4e886a58ad258720042cb5b1fe32de728 (patch)
treeac39d185abe65b3b5a054cc16a128a1c966a3ac0 /drivers/leds
parent9852d85ec9d492ebef56dc5f229416c925758edc (diff)
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>
Diffstat (limited to 'drivers/leds')
-rw-r--r--drivers/leds/rgb/leds-group-multicolor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/rgb/leds-group-multicolor.c b/drivers/leds/rgb/leds-group-multicolor.c
index b6c7679015fd..548c7dd63ba1 100644
--- a/drivers/leds/rgb/leds-group-multicolor.c
+++ b/drivers/leds/rgb/leds-group-multicolor.c
@@ -55,7 +55,7 @@ static void restore_sysfs_write_access(void *data)
{
struct led_classdev *led_cdev = data;
- /* Restore the write acccess to the LED */
+ /* Restore the write access to the LED */
mutex_lock(&led_cdev->led_access);
led_sysfs_enable(led_cdev);
mutex_unlock(&led_cdev->led_access);