diff options
author | Rasmus Linusson <rasmus@linusson.org> | 2016-02-28 16:38:12 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-03-05 14:56:55 -0800 |
commit | 2517cd144e71a76e276092423671c952951b7c10 (patch) | |
tree | 1f8975a03b644d421b0382cd7a38b613d9cc54a1 | |
parent | 6434b47dd95fc884313e95e524424fa95961226e (diff) | |
download | blackbird-op-linux-2517cd144e71a76e276092423671c952951b7c10.tar.gz blackbird-op-linux-2517cd144e71a76e276092423671c952951b7c10.zip |
staging: comedi: cb_pcimdda: Fix long lines in comments
Reorder comments to keep 80 character limit
Signed-off-by: Rasmus Linusson <rasmus@linusson.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/comedi/drivers/cb_pcimdda.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/drivers/staging/comedi/drivers/cb_pcimdda.c b/drivers/staging/comedi/drivers/cb_pcimdda.c index 1e8de2320b48..84ef45457c60 100644 --- a/drivers/staging/comedi/drivers/cb_pcimdda.c +++ b/drivers/staging/comedi/drivers/cb_pcimdda.c @@ -24,16 +24,17 @@ * Updated: Mon, 14 Apr 2008 15:15:51 +0100 * Status: works * - * All features of the PCIM-DDA06-16 board are supported. This board - * has 6 16-bit AO channels, and the usual 8255 DIO setup. (24 channels, - * configurable in banks of 8 and 4, etc.). This board does not support commands. + * All features of the PCIM-DDA06-16 board are supported. + * This board has 6 16-bit AO channels, and the usual 8255 DIO setup. + * (24 channels, configurable in banks of 8 and 4, etc.). + * This board does not support commands. * * The board has a peculiar way of specifying AO gain/range settings -- You have * 1 jumper bank on the card, which either makes all 6 AO channels either * 5 Volt unipolar, 5V bipolar, 10 Volt unipolar or 10V bipolar. * * Since there is absolutely _no_ way to tell in software how this jumper is set - * (well, at least according to the rather thin spec. from Measurement Computing + * (well, at least according to the rather thin spec. from Measurement Computing * that comes with the board), the driver assumes the jumper is at its factory * default setting of +/-5V. * @@ -47,7 +48,7 @@ * you read from any one of the AO channels. This is useful for loading * all 6 AO values, and then reading from any one of the AO channels on the * device to instantly update all 6 AO values in unison. Useful for some - * control apps, I would assume? If your jumper is in this setting, then you + * control apps, I would assume? If your jumper is in this setting, then you * need to issue your comedi_data_write()s to load all the values you want, * then issue one comedi_data_read() on any channel on the AO subdevice * to initiate the simultaneous XFER. |