mirror of https://gitee.com/openkylin/linux.git
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:
parent
342e2e2082
commit
c6273c0cfa
|
@ -459,7 +459,7 @@ static inline uint16_t munge_bipolar_sample(const struct comedi_device *dev,
|
|||
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 i;
|
||||
|
|
|
@ -202,7 +202,7 @@ static int das6402_ai_cancel(struct comedi_device *dev,
|
|||
|
||||
#ifdef unused
|
||||
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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue