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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux