From: WangYuli Date: Fri, 20 Sep 2024 02:45:14 +0000 (+0800) Subject: leds: rgb: leds-group-multicolor: Correct the typo 'acccess' X-Git-Tag: v6.13-rc1~112^2~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da0806e4e886a58ad258720042cb5b1fe32de728;p=thirdparty%2Flinux.git 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 Acked-by: Thomas Zimmermann Link: https://lore.kernel.org/r/B586A1E6EA476B68+20240920024514.1182292-1-wangyuli@uniontech.com Signed-off-by: Lee Jones --- diff --git a/drivers/leds/rgb/leds-group-multicolor.c b/drivers/leds/rgb/leds-group-multicolor.c index b6c7679015fdf..548c7dd63ba1e 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);