mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
comedi: drivers: adl_pci9118.c: Edit file so that checkpatch.pl has 0 typo errors
Fix errors produced by checkpath.pl about typos. Signed-off-by: Heikki Huttu <heissendo88@gmail.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Link: https://lore.kernel.org/r/aBzfbvF6YdaYDDYk@Lappari.v6.elisa-laajakaista.fi Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
196d05a39c
commit
73ed6faed5
|
|
@ -32,7 +32,7 @@
|
|||
* ranges).
|
||||
*
|
||||
* There are some hardware limitations:
|
||||
* a) You cann't use mixture of unipolar/bipoar ranges or differencial/single
|
||||
* a) You can't use mixture of unipolar/bipolar ranges or differential/single
|
||||
* ended inputs.
|
||||
* b) DMA transfers must have the length aligned to two samples (32 bit),
|
||||
* so there is some problems if cmd->chanlist_len is odd. This driver tries
|
||||
|
|
@ -227,7 +227,7 @@ struct pci9118_private {
|
|||
struct pci9118_dmabuf dmabuf[2];
|
||||
int softsshdelay; /*
|
||||
* >0 use software S&H,
|
||||
* numer is requested delay in ns
|
||||
* number is requested delay in ns
|
||||
*/
|
||||
unsigned char softsshsample; /*
|
||||
* polarity of S&H signal
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user