Skip to content

Commit 73ed6fa

Browse files
CSHeHugregkh
authored andcommitted
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>
1 parent 196d05a commit 73ed6fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/comedi/drivers/adl_pci9118.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* ranges).
3333
*
3434
* There are some hardware limitations:
35-
* a) You cann't use mixture of unipolar/bipoar ranges or differencial/single
35+
* a) You can't use mixture of unipolar/bipolar ranges or differential/single
3636
* ended inputs.
3737
* b) DMA transfers must have the length aligned to two samples (32 bit),
3838
* so there is some problems if cmd->chanlist_len is odd. This driver tries
@@ -227,7 +227,7 @@ struct pci9118_private {
227227
struct pci9118_dmabuf dmabuf[2];
228228
int softsshdelay; /*
229229
* >0 use software S&H,
230-
* numer is requested delay in ns
230+
* number is requested delay in ns
231231
*/
232232
unsigned char softsshsample; /*
233233
* polarity of S&H signal

0 commit comments

Comments
 (0)