Patch from "Calin A. Culianu" <calin@ajvar.org>:
authorFrank Mori Hess <fmhess@speakeasy.net>
Wed, 24 Jan 2007 02:00:00 +0000 (02:00 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Wed, 24 Jan 2007 02:00:00 +0000 (02:00 +0000)
A pet peeve of mine is that the two driver that I wrote, the pcmda12 and
pcmuio driver, format incorrectly when displayed on the comedi.org
"Supported Hardware" web page.  This is because they are incorrectly
formatted in the driver's "Devices:" line.  This patch fixes this so that
the Devices: line is now correctly formatted.

comedi/drivers/pcmda12.c
comedi/drivers/pcmuio.c

index 2d8fa5e1b3c701047273969947d504a85dca9336..395f7f548751c1692940cc8c40a2249dbc39fd63 100644 (file)
@@ -22,7 +22,7 @@
 /*
 Driver: pcmda12.o
 Description: A driver for the Winsystems PCM-D/A-12
-Devices: (Winsystems) PCM-D/A-12 [pcmda12]
+Devices: [Winsystems] PCM-D/A-12 (pcmda12)
 Author: Calin Culianu <calin@ajvar.org>
 Updated: Fri, 13 Jan 2006 12:01:01 -0500
 Status: works
index fd3a30783741cc58bdc1f745cabb8145ac1e7c0c..45cdd2d923aebf449f922bdaa79efe1dff5a5559 100644 (file)
@@ -22,7 +22,7 @@
 /*
 Driver: pcmuio.o
 Description: A driver for the PCM-UIO48A and PCM-UIO96A boards from Winsystems.
-Devices: (Winsystems) PCM-UIO48A [pcmuio48], (Winsystems) PCM-UIO96A [pcmuio96]
+Devices: [Winsystems] PCM-UIO48A (pcmuio48), PCM-UIO96A
 Author: Calin Culianu <calin@ajvar.org>
 Updated: Fri, 13 Jan 2006 12:01:01 -0500
 Status: works