linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: fix space-pre-comma typo in leds/leds-bd2802
@ 2021-12-26 13:05 Hugo VALTIER
  0 siblings, 0 replies; only message in thread
From: Hugo VALTIER @ 2021-12-26 13:05 UTC (permalink / raw)
  To: pavel; +Cc: linux-leds, linux-kernel, Hugo VALTIER

This removes a checkpatch error.

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-26 13:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-26 13:05 [PATCH] drivers: fix space-pre-comma typo in leds/leds-bd2802 Hugo VALTIER

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).