]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 0f2e8591c6979e9ecf0c25be8ebe0be6fc99368f..986489641ed774a5c7d79380288339ea0be5dd33 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
                                                 */