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>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 20 Jul 2020 14:05:47 -0500
From:   Dan Murphy <dmurphy@...com>
To:     <jacek.anaszewski@...il.com>, <pavel@....cz>, <robh@...nel.org>,
        <marek.behun@....cz>
CC:     <devicetree@...r.kernel.org>, <linux-leds@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>,
        <linux-arm-kernel@...ts.infradead.org>, Dan Murphy <dmurphy@...com>
Subject: [PATCH] leds: multicolor: Fix camel case in documentation

Fix the camel case of MultiColor to Multicolor.

Fixes: f5a6eb5c5e38 ("leds: multicolor: Introduce a multicolor class definition")
Signed-off-by: Dan Murphy <dmurphy@...com>
---
 Documentation/leds/leds-class-multicolor.rst | 2 +-
 drivers/leds/Kconfig                         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/leds/leds-class-multicolor.rst b/Documentation/leds/leds-class-multicolor.rst
index 6204f391fd40..c57b98bfd387 100644
--- a/Documentation/leds/leds-class-multicolor.rst
+++ b/Documentation/leds/leds-class-multicolor.rst
@@ -1,7 +1,7 @@
 .. SPDX-License-Identifier: GPL-2.0
 
 ====================================
-MultiColor LED handling under Linux
+Multicolor LED handling under Linux
 ====================================
 
 Description
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index a2c72212ddfc..1de6e8e264a0 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -31,7 +31,7 @@ config LEDS_CLASS_FLASH
 	  as a module.
 
 config LEDS_CLASS_MULTICOLOR
-	tristate "LED MultiColor Class Support"
+	tristate "LED Multicolor Class Support"
 	depends on LEDS_CLASS
 	help
 	  This option enables the multicolor LED sysfs class in /sys/class/leds.
-- 
2.27.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ