| .. | .. |
|---|
| 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; |
|---|
| .. | .. |
|---|
| 418 | 418 | }; |
|---|
| 419 | 419 | module_comedi_driver(pcl726_driver); |
|---|
| 420 | 420 | |
|---|
| 421 | | -MODULE_AUTHOR("Comedi http://www.comedi.org"); |
|---|
| 421 | +MODULE_AUTHOR("Comedi https://www.comedi.org"); |
|---|
| 422 | 422 | MODULE_DESCRIPTION("Comedi driver for Advantech PCL-726 & compatibles"); |
|---|
| 423 | 423 | MODULE_LICENSE("GPL"); |
|---|