diff options
author | Heikki Huttu <heissendo88@gmail.com> | 2025-05-08 19:44:30 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-05-08 21:24:14 +0300 |
commit | 73ed6faed58e5611abfb54c2f703eec091781d63 (patch) | |
tree | 3021582e3152cc2c2452f71a04acee9d8b490023 | |
parent | 196d05a39caeb9c2bdf48ec3589af087f9217b0e (diff) | |
download | linux-73ed6faed58e5611abfb54c2f703eec091781d63.tar.xz |
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>
-rw-r--r-- | drivers/comedi/drivers/adl_pci9118.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/comedi/drivers/adl_pci9118.c b/drivers/comedi/drivers/adl_pci9118.c index a76e2666d583..67c663892e48 100644 --- a/drivers/comedi/drivers/adl_pci9118.c +++ b/drivers/comedi/drivers/adl_pci9118.c @@ -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 |