diff mbox series

[RESEND.] leds: rgb: leds-group-multicolor: Correct the typo 'acccess'

Message ID DA8E8FA1F45D2F5A+20240929092057.1037448-1-wangyuli@uniontech.com
State New
Headers show
Series [RESEND.] leds: rgb: leds-group-multicolor: Correct the typo 'acccess' | expand

Commit Message

WangYuli Sept. 29, 2024, 9:20 a.m. UTC
There is a spelling mistake of 'acccess' which should be instead of
'access'.

Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://lore.kernel.org/all/0c768bf6-bc19-43de-a30b-ff5e3ddfd0b3@suse.de/
Signed-off-by: WangYuli <wangyuli@uniontech.com>
---
 drivers/leds/rgb/leds-group-multicolor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Lee Jones Oct. 9, 2024, 2:39 p.m. UTC | #1
On Sun, 29 Sep 2024, WangYuli wrote:

> There is a spelling mistake of 'acccess' which should be instead of
> 'access'.
> 
> Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
> Link: https://lore.kernel.org/all/0c768bf6-bc19-43de-a30b-ff5e3ddfd0b3@suse.de/
> Signed-off-by: WangYuli <wangyuli@uniontech.com>
> ---
>  drivers/leds/rgb/leds-group-multicolor.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Already applied.
diff mbox series

Patch

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);