Commit 8f452bbb authored by William Mitchell Jr's avatar William Mitchell Jr Committed by Greg Kroah-Hartman

staging: comedi: cb_pcimdas.c: fixed an alignment coding style issue

Fixed a coding style issue.
Signed-off-by: default avatarWilliam Mitchell Jr <wdmjun@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e062b6e5
...@@ -252,9 +252,9 @@ static int cb_pcimdas_di_insn_bits(struct comedi_device *dev, ...@@ -252,9 +252,9 @@ static int cb_pcimdas_di_insn_bits(struct comedi_device *dev,
} }
static int cb_pcimdas_do_insn_bits(struct comedi_device *dev, static int cb_pcimdas_do_insn_bits(struct comedi_device *dev,
struct comedi_subdevice *s, struct comedi_subdevice *s,
struct comedi_insn *insn, struct comedi_insn *insn,
unsigned int *data) unsigned int *data)
{ {
struct cb_pcimdas_private *devpriv = dev->private; struct cb_pcimdas_private *devpriv = dev->private;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment