lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 19 Jun 2015 07:45:53 -0700
From:	Greg KH <gregkh@...uxfoundation.org>
To:	Arjun Krishna Babu <arjunkrishnababu96@...il.com>
Cc:	Larry.Finger@...inger.net, florian.c.schilhabel@...glemail.com,
	vthakkar1994@...il.com, shack@...ux.com,
	sudipm.mukherjee@...il.com, devel@...verdev.osuosl.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: rtl8712: Corrected line that was over 80
 characters

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ