提交 308380e6 编写于 作者: H H Hartley Sweeten 提交者: Greg Kroah-Hartman

staging: comedi: addi_apci_3xxx: tidy up analog input subdevice init

For aesthetic reasnons, add some whitespace to the analog input
subdevice initialization.
Signed-off-by: NH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: NIan Abbott <abbotti@mev.co.uk>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 04054076
......@@ -597,7 +597,7 @@ static int apci3xxx_auto_attach(struct comedi_device *dev,
if (ret)
return ret;
/* Allocate and Initialise AI Subdevice Structures */
/* Analog Input subdevice */
s = &dev->subdevices[0];
if (board->ai_n_chan) {
dev->read_subdev = s;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册