fixed below checkpatch error.
- ERROR: spaces prohibited around that '->' (ctx:VxW)

Signed-off-by: YAMANE Toshiaki <yamaneto...@gmail.com>
---
 drivers/staging/comedi/drivers/gsc_hpdi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/gsc_hpdi.c 
b/drivers/staging/comedi/drivers/gsc_hpdi.c
index 4809295..3342a46 100644
--- a/drivers/staging/comedi/drivers/gsc_hpdi.c
+++ b/drivers/staging/comedi/drivers/gsc_hpdi.c
@@ -621,7 +621,7 @@ static void hpdi_detach(struct comedi_device *dev)
                                sizeof(struct plx_dma_desc) *
                                NUM_DMA_DESCRIPTORS,
                                devpriv->dma_desc,
-                               devpriv-> dma_desc_phys_addr);
+                               devpriv->dma_desc_phys_addr);
                if (devpriv->hpdi_phys_iobase)
                        comedi_pci_disable(devpriv->hw_dev);
                pci_dev_put(devpriv->hw_dev);
-- 
1.7.9.5

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

Reply via email to