Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Heikki Huttu and committed by
Greg Kroah-Hartman
73ed6fae 196d05a3

+2 -2
+2 -2
drivers/comedi/drivers/adl_pci9118.c
··· 32 32 * ranges). 33 33 * 34 34 * 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 36 36 * ended inputs. 37 37 * b) DMA transfers must have the length aligned to two samples (32 bit), 38 38 * so there is some problems if cmd->chanlist_len is odd. This driver tries ··· 227 227 struct pci9118_dmabuf dmabuf[2]; 228 228 int softsshdelay; /* 229 229 * >0 use software S&H, 230 - * numer is requested delay in ns 230 + * number is requested delay in ns 231 231 */ 232 232 unsigned char softsshsample; /* 233 233 * polarity of S&H signal