[PATCH] drivers: fix space-pre-comma typo in leds/leds-bd2802

From: Hugo VALTIER
Date: Sun Dec 26 2021 - 08:06:17 EST


This removes a checkpatch error.

Signed-off-by: Hugo VALTIER <hugo@xxxxxxxxxx>
---
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