Messages in this thread Patch in this message |  | | From | Andrei Maresu <> | Subject | [PATCH] Staging: comedi: daqboard2000.c fixed trailing whitespace | Date | Thu, 9 Apr 2015 23:29:31 +0300 |
| |
Fixed a coding style issue.
Signed-off-by: Andrei Maresu <andreimaresu@gmail.com> --- drivers/staging/comedi/drivers/daqboard2000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/drivers/daqboard2000.c b/drivers/staging/comedi/drivers/daqboard2000.c index 96697fb..e6746dc 100644 --- a/drivers/staging/comedi/drivers/daqboard2000.c +++ b/drivers/staging/comedi/drivers/daqboard2000.c @@ -40,7 +40,7 @@ Configuration options: not applicable, uses PCI auto config for the card, and here are the findings so far.
1. A good document that describes the PCI interface chip is 9080db-106.pdf - available from http://www.plxtech.com/products/io/pci9080 + available from http://www.plxtech.com/products/io/pci9080
2. The initialization done so far is: a. program the FPGA (windows code sans a lot of error messages) -- 1.9.1
|  |