staging: comedi: pcl724: checkpatch.pl cleanup (foo*/foo *)
Fix the checkpatch.pl error: ERROR: "(foo*)" should be "(foo *)" Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
205781b746
commit
f14b622633
|
@ -310,7 +310,7 @@ static int pcl730_attach(struct comedi_device *dev,
|
|||
s->maxdata = 1;
|
||||
s->range_table = &range_digital;
|
||||
s->insn_bits = pcl730_di_insn_bits;
|
||||
s->private = board->is_ir104 ? (void*)4 :
|
||||
s->private = board->is_ir104 ? (void *)4 :
|
||||
board->is_acl7225b ? (void *)2 :
|
||||
board->is_pcl725 ? (void *)1 : (void *)0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue