staging: comedi: pcmda12: tidy up comedi_lrange table
Tidy up the whitespace in the comedi_lrange table. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
83bb524d5f
commit
d6b354d21a
1 changed files with 6 additions and 6 deletions
|
@ -56,13 +56,13 @@ Configuration Options:
|
||||||
#define LSB_PORT(chan) (dev->iobase + (chan)*2)
|
#define LSB_PORT(chan) (dev->iobase + (chan)*2)
|
||||||
#define MSB_PORT(chan) (LSB_PORT(chan)+1)
|
#define MSB_PORT(chan) (LSB_PORT(chan)+1)
|
||||||
|
|
||||||
/* note these have no effect and are merely here for reference..
|
/* AI range is not configurable, it's set by jumpers on the board */
|
||||||
these are configured by jumpering the board! */
|
|
||||||
static const struct comedi_lrange pcmda12_ranges = {
|
static const struct comedi_lrange pcmda12_ranges = {
|
||||||
3,
|
3, {
|
||||||
{
|
UNI_RANGE(5),
|
||||||
UNI_RANGE(5), UNI_RANGE(10), BIP_RANGE(5)
|
UNI_RANGE(10),
|
||||||
}
|
BIP_RANGE(5)
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
struct pcmda12_private {
|
struct pcmda12_private {
|
||||||
|
|
Loading…
Add table
Reference in a new issue