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

WangYuli posted 1 patch 1 year, 3 months ago
There is a newer version of this series
drivers/leds/rgb/leds-group-multicolor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] leds: rgb: leds-group-multicolor: Correct the typo 'acccess'
Posted by WangYuli 1 year, 3 months ago
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(-)

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);
-- 
2.45.2
Re: (subset) [PATCH] leds: rgb: leds-group-multicolor: Correct the typo 'acccess'
Posted by Lee Jones 1 year, 2 months ago
On Fri, 20 Sep 2024 10:45:14 +0800, WangYuli wrote:
> There is a spelling mistake of 'acccess' which should be instead of
> 'access'.
> 
> 

Applied, thanks!

[1/1] leds: rgb: leds-group-multicolor: Correct the typo 'acccess'
      commit: da0806e4e886a58ad258720042cb5b1fe32de728

--
Lee Jones [李琼斯]