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] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 22 Dec 2008 08:55:07 -0800
From:	Ron Mercer <ron.mercer@...gic.com>
To:	Roel Kluin <roel.kluin@...il.com>
Cc:	"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [PATCH] qlge: ql_adapter_down() typo

Thanks Roel

Signed-off-by: Ron Mercer <ron.mercer@...gic.com>

On Sun, Dec 21, 2008 at 07:28:30AM -0800, Roel Kluin wrote:
> Signed-off-by: Roel Kluin <roel.kluin@...il.com>
> ---
> diff --git a/drivers/net/qlge/qlge_main.c b/drivers/net/qlge/qlge_main.c
> index b83a9c9..4a66aa5 100644
> --- a/drivers/net/qlge/qlge_main.c
> +++ b/drivers/net/qlge/qlge_main.c
> @@ -3156,7 +3156,7 @@ static int ql_adapter_down(struct ql_adapter *qdev)
>  	 * a workqueue only if it's a single interrupt
>  	 * environment (MSI/Legacy).
>  	 */
> -	for (i = 1; i > qdev->rx_ring_count; i++) {
> +	for (i = 1; i < qdev->rx_ring_count; i++) {
>  		rx_ring = &qdev->rx_ring[i];
>  		/* Only the RSS rings use NAPI on multi irq
>  		 * environment.  Outbound completion processing
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists