Skip to content

Commit

Permalink
staging: comedi: cb_pcidas64: Fixed coding style errors
Browse files Browse the repository at this point in the history
Fixed a few coding style errors in cb_pcidas64.

Signed-off-by: Dimitrios Semitsoglou-Tsiapos <dimitrios.semitsoglou@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Dimitrios Semitsoglou-Tsiapos authored and Greg Kroah-Hartman committed Jun 5, 2012
1 parent bc04bec commit 856ff77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/staging/comedi/drivers/cb_pcidas64.c
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ static int eeprom_read_insn(struct comedi_device *dev,
static void check_adc_timing(struct comedi_device *dev, struct comedi_cmd *cmd);
static unsigned int get_divisor(unsigned int ns, unsigned int flags);
static void i2c_write(struct comedi_device *dev, unsigned int address,
const uint8_t * data, unsigned int length);
const uint8_t *data, unsigned int length);
static void caldac_write(struct comedi_device *dev, unsigned int channel,
unsigned int value);
static int caldac_8800_write(struct comedi_device *dev, unsigned int address,
Expand Down Expand Up @@ -1229,7 +1229,7 @@ static unsigned int hw_revision(const struct comedi_device *dev,
}

static void set_dac_range_bits(struct comedi_device *dev,
volatile uint16_t * bits, unsigned int channel,
volatile uint16_t *bits, unsigned int channel,
unsigned int range)
{
unsigned int code = board(dev)->ao_range_code[range];
Expand Down Expand Up @@ -4190,7 +4190,7 @@ static void i2c_stop(struct comedi_device *dev)
}

static void i2c_write(struct comedi_device *dev, unsigned int address,
const uint8_t * data, unsigned int length)
const uint8_t *data, unsigned int length)
{
unsigned int i;
uint8_t bitstream;
Expand Down

0 comments on commit 856ff77

Please sign in to comment.