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:	Thu, 20 Sep 2012 18:32:31 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	sony.chacko@...gic.com
Cc:	netdev@...r.kernel.org, Dept_NX_Linux_NIC_Driver@...gic.com
Subject: Re: [PATCH v1 12/19] qlcnic: update irq management routines

From: Sony Chacko <sony.chacko@...gic.com>
Date: Wed, 19 Sep 2012 19:46:06 -0400

> +		if (QLCNIC_IS_83XX(adapter) &&
> +				(adapter->flags & QLCNIC_MSIX_ENABLED)) {

This is not indented properly.  The first character on the second
line should be at the first column after the openning parenthesis
on the first line.

> +			for (ring = 0; ring < adapter->max_drv_tx_rings;
> +								ring++) {

Same problem here.

> +			for (ring = 0; ring < adapter->max_drv_tx_rings;
> +				 ring++) {

And here as well.
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ