* [PATCH] staging/comedi: fix the spaces issue around that '->' in drivers/gsc_hpdi.c
@ 2012-11-03 13:40 YAMANE Toshiaki
2012-11-13 19:20 ` Greg Kroah-Hartman
0 siblings, 1 reply; 2+ messages in thread
From: YAMANE Toshiaki @ 2012-11-03 13:40 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: Ian Abbott, Frank Mori Hess, linux-kernel, YAMANE Toshiaki
fixed below checkpatch error.
- ERROR: spaces prohibited around that '->' (ctx:VxW)
Signed-off-by: YAMANE Toshiaki <yamanetoshi@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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] staging/comedi: fix the spaces issue around that '->' in drivers/gsc_hpdi.c
2012-11-03 13:40 [PATCH] staging/comedi: fix the spaces issue around that '->' in drivers/gsc_hpdi.c YAMANE Toshiaki
@ 2012-11-13 19:20 ` Greg Kroah-Hartman
0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2012-11-13 19:20 UTC (permalink / raw)
To: YAMANE Toshiaki; +Cc: Ian Abbott, Frank Mori Hess, linux-kernel
On Sat, Nov 03, 2012 at 10:40:39PM +0900, YAMANE Toshiaki wrote:
> fixed below checkpatch error.
> - ERROR: spaces prohibited around that '->' (ctx:VxW)
>
> Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com>
> ---
> drivers/staging/comedi/drivers/gsc_hpdi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
This does not apply :(
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-13 19:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-03 13:40 [PATCH] staging/comedi: fix the spaces issue around that '->' in drivers/gsc_hpdi.c YAMANE Toshiaki
2012-11-13 19:20 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome