Re: [PATCH v2] stmmac: troubleshoot unexpected bits in des0 & des1

From: David Miller
Date: Wed Jun 24 2015 - 04:33:00 EST


From: Alexey Brodkin <Alexey.Brodkin@xxxxxxxxxxxx>
Date: Wed, 24 Jun 2015 11:07:26 +0300

>
> - priv->dma_tx = dma_alloc_coherent(priv->device, txsize *
> + priv->dma_tx = dma_zalloc_coherent(priv->device, txsize *
> sizeof(struct dma_desc),
> &priv->dma_tx_phy,
> GFP_KERNEL);

When you change the column at which the openning parenthesis of the
function call occurs, you must indent the subsequent lines of the
function call such that the all are adjusted to properly start
at the very next column after that openning parenthesis.'

Please fix this up for all of the dma_zalloc_coherent()
transformations.

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/