lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <B586A1E6EA476B68+20240920024514.1182292-1-wangyuli@uniontech.com>
Date: Fri, 20 Sep 2024 10:45:14 +0800
From: WangYuli <wangyuli@...ontech.com>
To: pavel@....cz,
	lee@...nel.org,
	aren@...cevolution.org,
	tzimmermann@...e.de,
	wangyuli@...ontech.com
Cc: linux-leds@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	jjhiblot@...phandler.com,
	guanwentao@...ontech.com,
	zhanjun@...ontech.com
Subject: [PATCH] leds: rgb: leds-group-multicolor: Correct the typo 'acccess'

There is a spelling mistake of 'acccess' which should be instead of
'access'.

Acked-by: Thomas Zimmermann <tzimmermann@...e.de>
Link: https://lore.kernel.org/all/0c768bf6-bc19-43de-a30b-ff5e3ddfd0b3@suse.de/
Signed-off-by: WangYuli <wangyuli@...ontech.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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ