提交 95fd62a1 编写于 作者: I Ian Abbott 提交者: Greg Kroah-Hartman

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: NIan Abbott <abbotti@mev.co.uk>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 0d1206be
...@@ -356,7 +356,7 @@ struct pci9118_private { ...@@ -356,7 +356,7 @@ struct pci9118_private {
unsigned int ai_scans; /* number of scans to do */ unsigned int ai_scans; /* number of scans to do */
char dma_doublebuf; /* we can use double buffering */ char dma_doublebuf; /* we can use double buffering */
unsigned int dma_actbuf; /* which buffer is used now */ unsigned int dma_actbuf; /* which buffer is used now */
unsigned short *dmabuf_virt[2]; /* unsigned short *dmabuf_virt[2]; /*
* pointers to begin of * pointers to begin of
* DMA buffer * DMA buffer
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册