Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[firefly-linux-kernel-4.4.55.git] / drivers / net / irda / pxaficp_ir.c
index 858de05bdb7dc171012374ac02998c1fd111349c..964b116a0ab79ad79120c4d537cdb5701e000152 100644 (file)
@@ -700,12 +700,12 @@ static int pxa_irda_start(struct net_device *dev)
 
        err = -ENOMEM;
        si->dma_rx_buff = dma_alloc_coherent(si->dev, IRDA_FRAME_SIZE_LIMIT,
-                                            &si->dma_rx_buff_phy, GFP_KERNEL );
+                                            &si->dma_rx_buff_phy, GFP_KERNEL);
        if (!si->dma_rx_buff)
                goto err_dma_rx_buff;
 
        si->dma_tx_buff = dma_alloc_coherent(si->dev, IRDA_FRAME_SIZE_LIMIT,
-                                            &si->dma_tx_buff_phy, GFP_KERNEL );
+                                            &si->dma_tx_buff_phy, GFP_KERNEL);
        if (!si->dma_tx_buff)
                goto err_dma_tx_buff;