staging: comedi: adl_pci9118: fix a misaligned comment
authorIan Abbott <abbotti@mev.co.uk>
Mon, 21 Oct 2013 09:42:37 +0000 (10:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Oct 2013 16:05:21 +0000 (09:05 -0700)
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>
drivers/staging/comedi/drivers/adl_pci9118.c

index 0f2e859..9864896 100644 (file)
@@ -356,7 +356,7 @@ struct pci9118_private {
        unsigned int ai_scans;                  /* number of scans to do */
        char dma_doublebuf;                     /* we can use double buffering */
        unsigned int dma_actbuf;                /* which buffer is used now */
-       unsigned short *dmabuf_virt[2];                 /*
+       unsigned short *dmabuf_virt[2];         /*
                                                 * pointers to begin of
                                                 * DMA buffer
                                                 */