staging: comedi: drivers: fix spelling mistake "to" -> "too"
authorColin Ian King <colin.king@canonical.com>
Thu, 23 Jan 2020 01:03:44 +0000 (01:03 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Jan 2020 18:16:13 +0000 (19:16 +0100)
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>
drivers/staging/comedi/drivers/das6402.c

index f99211e..04e224f 100644 (file)
@@ -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;
                }
        }