staging: comedi: drivers: fix spelling mistake "to" -> "too"
There is a spelling mistake in a deb_dbg message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20200123010344.2834618-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
52b0c4709d
commit
2893c67832
@ -279,7 +279,7 @@ static int das6402_ai_check_chanlist(struct comedi_device *dev,
|
||||
|
||||
if (aref0 == AREF_DIFF && chan > (s->n_chan / 2)) {
|
||||
dev_dbg(dev->class_dev,
|
||||
"chanlist differential channel to large\n");
|
||||
"chanlist differential channel too large\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user