[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20150129.152839.1317212559062872075.davem@davemloft.net>
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