]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: comedi: ni_mio_common: Fix a typo in ni_mio_common.c
authorMasanari Iida <standby24x7@gmail.com>
Tue, 20 Aug 2019 15:33:56 +0000 (00:33 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Aug 2019 12:44:07 +0000 (05:44 -0700)
This patch fix a spelling typo in ni_mio_common.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Link: https://lore.kernel.org/r/20190820153356.25189-1-standby24x7@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_mio_common.c

index c175227009f125f1ded1379170b500612edd26f5..f98e3ae27bff96d09299a41bf3c91e851d4be8ec 100644 (file)
@@ -596,7 +596,7 @@ static int ni_request_ao_mite_channel(struct comedi_device *dev)
        if (!mite_chan) {
                spin_unlock_irqrestore(&devpriv->mite_channel_lock, flags);
                dev_err(dev->class_dev,
-                       "failed to reserve mite dma channel for analog outut\n");
+                       "failed to reserve mite dma channel for analog output\n");
                return -EBUSY;
        }
        mite_chan->dir = COMEDI_OUTPUT;