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:	Thu, 29 Jan 2015 15:28:39 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	sonic.adi@...il.com
Cc:	peppe.cavallaro@...com, netdev@...r.kernel.org,
	adi-buildroot-devel@...ts.sourceforge.net, sonic.zhang@...log.com
Subject: Re: [PATCH] stmmac: DMA threshold mode or SF mode can be different
 among multiple device instance

From: Sonic Zhang <sonic.adi@...il.com>
Date: Thu, 29 Jan 2015 16:54:59 +0800

>  		/* Try to bump up the dma threshold on this failure */
> -		if (unlikely(tc != SF_DMA_MODE) && (tc <= 256)) {
> +		if (unlikely(priv->xstats.threshold != SF_DMA_MODE) &&
> +			(tc <= 256)) {

This is not indented properly.  The second line of the conditional
should start precisely at the first column after the openning
parenthesis of the if() statement.
--
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