Staging: comedi: fix spacing/style problem in das1800.c (and das6402.c)

This patch fixes a style issue regarding asterisk placement in
das1800.c and das6402.c found by checkpatch.pl.

Signed-off-by: Chase Southwood <chase.southwood@yahoo.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Chase Southwood 2014-01-05 21:46:54 -06:00 committed by Greg Kroah-Hartman
parent 342e2e2082
commit c6273c0cfa
2 changed files with 2 additions and 2 deletions

View File

@ -459,7 +459,7 @@ static inline uint16_t munge_bipolar_sample(const struct comedi_device *dev,
return sample; return sample;
} }
static void munge_data(struct comedi_device *dev, uint16_t * array, static void munge_data(struct comedi_device *dev, uint16_t *array,
unsigned int num_elements) unsigned int num_elements)
{ {
unsigned int i; unsigned int i;

View File

@ -202,7 +202,7 @@ static int das6402_ai_cancel(struct comedi_device *dev,
#ifdef unused #ifdef unused
static int das6402_ai_mode2(struct comedi_device *dev, static int das6402_ai_mode2(struct comedi_device *dev,
struct comedi_subdevice *s, comedi_trig * it) struct comedi_subdevice *s, comedi_trig *it)
{ {
struct das6402_private *devpriv = dev->private; struct das6402_private *devpriv = dev->private;