Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: comedi: pcl726: fixed a spelling mistake

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>

authored by

Lokesh Chebrolu and committed by
Greg Kroah-Hartman
e30e9540 47ebe12f

+1 -1
+1 -1
drivers/staging/comedi/drivers/pcl726.c
··· 389 389 } 390 390 391 391 if (dev->irq) { 392 - /* Digial Input subdevice - Interrupt support */ 392 + /* Digital Input subdevice - Interrupt support */ 393 393 s = &dev->subdevices[subdev++]; 394 394 dev->read_subdev = s; 395 395 s->type = COMEDI_SUBD_DI;