forked from luck/tmp_suning_uos_patched
staging: comedi: me4000: tidy up comedi_lrange tables
Tidy up the whitespace in the comedi_lrange tables. 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
3e54cdb1fd
commit
93626a45ae
@ -328,13 +328,12 @@ static const struct me4000_board me4000_boards[] = {
|
||||
};
|
||||
|
||||
static const struct comedi_lrange me4000_ai_range = {
|
||||
4,
|
||||
{
|
||||
UNI_RANGE(2.5),
|
||||
UNI_RANGE(10),
|
||||
BIP_RANGE(2.5),
|
||||
BIP_RANGE(10),
|
||||
}
|
||||
4, {
|
||||
UNI_RANGE(2.5),
|
||||
UNI_RANGE(10),
|
||||
BIP_RANGE(2.5),
|
||||
BIP_RANGE(10)
|
||||
}
|
||||
};
|
||||
|
||||
#define FIRMWARE_NOT_AVAILABLE 1
|
||||
|
Loading…
Reference in New Issue
Block a user