Staging: comedi: pcl726: fixed a spelling mistake
authorLokesh Chebrolu <lokeshch007@gmail.com>
Fri, 7 Aug 2020 07:20:06 +0000 (12:50 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Aug 2020 14:07:17 +0000 (16:07 +0200)
Fixed a spelling mistake issue

Signed-off-by: Lokesh Chebrolu <lokeshch007@gmail.com>
Link: https://lore.kernel.org/r/1596784806-7130-1-git-send-email-lokeshch007@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/pcl726.c

index 58b3d07..64eb649 100644 (file)
@@ -389,7 +389,7 @@ static int pcl726_attach(struct comedi_device *dev,
        }
 
        if (dev->irq) {
-               /* Digial Input subdevice - Interrupt support */
+               /* Digital Input subdevice - Interrupt support */
                s = &dev->subdevices[subdev++];
                dev->read_subdev = s;
                s->type         = COMEDI_SUBD_DI;