aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Abbott <abbotti@mev.co.uk>2013-10-21 05:42:37 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-29 12:05:21 -0400
commit95fd62a1174306d53f529e73a9713764072cc511 (patch)
tree8725d24d2d97e646dfe363bec882eaa5c410db1a
parent0d1206be229697f897f00822bc142e66da731417 (diff)
staging: comedi: adl_pci9118: fix a misaligned comment
As pointed out by Hartley Sweeten, one of my recent patches resulted in the start of a multi-line comment ending up misaligned. Fix it. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/comedi/drivers/adl_pci9118.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/comedi/drivers/adl_pci9118.c b/drivers/staging/comedi/drivers/adl_pci9118.c
index 0f2e8591c697..986489641ed7 100644
--- a/drivers/staging/comedi/drivers/adl_pci9118.c
+++ b/drivers/staging/comedi/drivers/adl_pci9118.c
@@ -356,7 +356,7 @@ struct pci9118_private {
356 unsigned int ai_scans; /* number of scans to do */ 356 unsigned int ai_scans; /* number of scans to do */
357 char dma_doublebuf; /* we can use double buffering */ 357 char dma_doublebuf; /* we can use double buffering */
358 unsigned int dma_actbuf; /* which buffer is used now */ 358 unsigned int dma_actbuf; /* which buffer is used now */
359 unsigned short *dmabuf_virt[2]; /* 359 unsigned short *dmabuf_virt[2]; /*
360 * pointers to begin of 360 * pointers to begin of
361 * DMA buffer 361 * DMA buffer
362 */ 362 */