forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/staging/comedi/drivers/pcl726.c
....@@ -389,7 +389,7 @@
389389 }
390390
391391 if (dev->irq) {
392
- /* Digial Input subdevice - Interrupt support */
392
+ /* Digital Input subdevice - Interrupt support */
393393 s = &dev->subdevices[subdev++];
394394 dev->read_subdev = s;
395395 s->type = COMEDI_SUBD_DI;
....@@ -418,6 +418,6 @@
418418 };
419419 module_comedi_driver(pcl726_driver);
420420
421
-MODULE_AUTHOR("Comedi http://www.comedi.org");
421
+MODULE_AUTHOR("Comedi https://www.comedi.org");
422422 MODULE_DESCRIPTION("Comedi driver for Advantech PCL-726 & compatibles");
423423 MODULE_LICENSE("GPL");