Re: [PATCH] staging: rtl8712: Corrected line that was over 80 characters

From: Greg KH
Date: Fri Jun 19 2015 - 10:46:05 EST


On Fri, Jun 19, 2015 at 10:41:28PM +0800, Arjun Krishna Babu wrote:
> Signed-off-by: Arjun Krishna Babu <arjunkrishnababu96@xxxxxxxxx>
> ---
> 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/