mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
Staging: comedi: adl_pci9118: line over 80 fixed
A 'line over 80 characters' issue fixed. Signed-off-by: Sam Asadi <asadi.samuel@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fbeca3ca16
commit
c11da2df83
@ -346,7 +346,7 @@ struct pci9118_private {
|
||||
* on external start
|
||||
*/
|
||||
unsigned short ao_data[2]; /* data output buffer */
|
||||
char dma_doublebuf; /* we can use double buffering */
|
||||
char dma_doublebuf; /* use double buffering */
|
||||
unsigned int dma_actbuf; /* which buffer is used now */
|
||||
unsigned short *dmabuf_virt[2]; /*
|
||||
* pointers to begin of
|
||||
|
Loading…
Reference in New Issue
Block a user