]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
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 f99211ec46debd7476c2c1cdffac11f64f9f72be..04e224f8b77930db7c052b1b3b4682ba3bcb730a 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;
                }
        }