* [PATCH] staging: rtl8712: Corrected line that was over 80 characters
@ 2015-06-19 14:41 Arjun Krishna Babu
2015-06-19 14:45 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Arjun Krishna Babu @ 2015-06-19 14:41 UTC (permalink / raw)
To: Larry.Finger
Cc: florian.c.schilhabel, gregkh, vthakkar1994, shack,
sudipm.mukherjee, devel, linux-kernel, Arjun Krishna Babu
Signed-off-by: Arjun Krishna Babu <arjunkrishnababu96@gmail.com>
---
drivers/staging/rtl8712/rtl8712_led.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8712/rtl8712_led.c b/drivers/staging/rtl8712/rtl8712_led.c
index ada8d5d..0df7b0c 100644
--- a/drivers/staging/rtl8712/rtl8712_led.c
+++ b/drivers/staging/rtl8712/rtl8712_led.c
@@ -358,7 +358,7 @@ static void SwLedBlink1(struct LED_871x *pLed)
else
pLed->BlinkingLedState = LED_ON;
mod_timer(&pLed->BlinkTimer, jiffies +
- msecs_to_jiffies(LED_BLINK_SCAN_INTERVAL_ALPHA));
+ msecs_to_jiffies(LED_BLINK_SCAN_INTERVAL_ALPHA));
}
break;
case LED_TXRX_BLINK:
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] staging: rtl8712: Corrected line that was over 80 characters
2015-06-19 14:41 [PATCH] staging: rtl8712: Corrected line that was over 80 characters Arjun Krishna Babu
@ 2015-06-19 14:45 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-06-19 14:45 UTC (permalink / raw)
To: Arjun Krishna Babu
Cc: Larry.Finger, florian.c.schilhabel, vthakkar1994, shack,
sudipm.mukherjee, devel, linux-kernel
On Fri, Jun 19, 2015 at 10:41:28PM +0800, Arjun Krishna Babu wrote:
> Signed-off-by: Arjun Krishna Babu <arjunkrishnababu96@gmail.com>
> ---
> drivers/staging/rtl8712/rtl8712_led.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8712/rtl8712_led.c b/drivers/staging/rtl8712/rtl8712_led.c
> index ada8d5d..0df7b0c 100644
> --- a/drivers/staging/rtl8712/rtl8712_led.c
> +++ b/drivers/staging/rtl8712/rtl8712_led.c
> @@ -358,7 +358,7 @@ static void SwLedBlink1(struct LED_871x *pLed)
> else
> pLed->BlinkingLedState = LED_ON;
> mod_timer(&pLed->BlinkTimer, jiffies +
> - msecs_to_jiffies(LED_BLINK_SCAN_INTERVAL_ALPHA));
> + msecs_to_jiffies(LED_BLINK_SCAN_INTERVAL_ALPHA));
No, please look at what you did, it does not look correct now does it?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-19 14:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-19 14:41 [PATCH] staging: rtl8712: Corrected line that was over 80 characters Arjun Krishna Babu
2015-06-19 14:45 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome