forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/staging/comedi/drivers/pcmuio.c
....@@ -48,7 +48,7 @@
4848 *
4949 * In the 48-channel version:
5050 *
51
- * On subdev 0, the first 24 channels channels are edge-detect channels.
51
+ * On subdev 0, the first 24 channels are edge-detect channels.
5252 *
5353 * In the 96-channel board you have the following channels that can do edge
5454 * detection:
....@@ -619,6 +619,6 @@
619619 };
620620 module_comedi_driver(pcmuio_driver);
621621
622
-MODULE_AUTHOR("Comedi http://www.comedi.org");
622
+MODULE_AUTHOR("Comedi https://www.comedi.org");
623623 MODULE_DESCRIPTION("Comedi low-level driver");
624624 MODULE_LICENSE("GPL");