Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4fbb1c4c authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: dt3000: add some whitespace to the subdevice init



To improve the readability, add some whitespace to the subdevice
init.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c3ebe8f6
Loading
Loading
Loading
Loading
+33 −34
Original line number Diff line number Diff line
@@ -817,7 +817,6 @@ static int dt3000_attach_pci(struct comedi_device *dev,

	s = &dev->subdevices[0];
	dev->read_subdev = s;

	/* ai subdevice */
	s->type		= COMEDI_SUBD_AI;
	s->subdev_flags	= SDF_READABLE | SDF_GROUND | SDF_DIFF | SDF_CMD_READ;