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]
Date:   Sun, 26 Dec 2021 14:05:30 +0100
From:   Hugo VALTIER <hugo@...tier.fr>
To:     pavel@....cz
Cc:     linux-leds@...r.kernel.org, linux-kernel@...r.kernel.org,
        Hugo VALTIER <hugo@...tier.fr>
Subject: [PATCH] drivers: fix space-pre-comma typo in leds/leds-bd2802

This removes a checkpatch error.

Signed-off-by: Hugo VALTIER <hugo@...tier.fr>
---
 drivers/leds/leds-bd2802.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/leds/leds-bd2802.c b/drivers/leds/leds-bd2802.c
index 8bbaef5a2986..21745c10ead2 100644
--- a/drivers/leds/leds-bd2802.c
+++ b/drivers/leds/leds-bd2802.c
@@ -241,7 +241,7 @@ static void bd2802_enable(struct bd2802_led *led, enum led_ids id)
 	if (id == LED1)
 		value = LED_CTL(other_led_on, 1);
 	else
-		value = LED_CTL(1 , other_led_on);
+		value = LED_CTL(1, other_led_on);
 
 	bd2802_write_byte(led->client, BD2802_REG_CONTROL, value);
 }
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ