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

staging: comedi: rtd520: cleanup the boardinfo



Remove a couple unnecessary comments. For aesthetic reasons, add
some whitespace to the boardinfo to improve readability.

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 feb153f3
Loading
Loading
Loading
Loading
+17 −21
Original line number Diff line number Diff line
@@ -265,11 +265,8 @@ static const struct comedi_lrange rtd_ao_range = {
	}
};

/*
  Board descriptions
 */
struct rtdBoard {
	const char *name;	/* must be first */
	const char *name;
	int device_id;
	int aiChans;
	int aiBits;
@@ -287,8 +284,7 @@ static const struct rtdBoard rtd520Boards[] = {
		.aiMaxGain	= 32,
		.range10Start	= 6,
		.rangeUniStart	= 12,
	 },
	{
	}, {
		.name		= "PCI4520",
		.device_id	= 0x4520,
		.aiChans	= 16,