Commit e30e9540 authored by Lokesh Chebrolu's avatar Lokesh Chebrolu Committed by Greg Kroah-Hartman

Staging: comedi: pcl726: fixed a spelling mistake

Fixed a spelling mistake issue
Signed-off-by: default avatarLokesh Chebrolu <lokeshch007@gmail.com>
Link: https://lore.kernel.org/r/1596784806-7130-1-git-send-email-lokeshch007@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 47ebe12f
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment