Commit 2c146810 authored by Bruce Jones's avatar Bruce Jones Committed by Greg Kroah-Hartman
Browse files

Staging: comedi: ni_atmio16d: fix formating errors



Correct formatting errors - in this case line length and spaces before
parens.

Signed-off-by: default avatarBruce Jones <brucej@linux.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 120be77b
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -324,7 +324,7 @@ static int atmio16d_ai_cmdtest(struct comedi_device *dev,
	if (err)
		return 1;

	/* step 2: make sure trigger sources are unique and mutually compatible */
	/* step 2: make sure trigger sources are unique & mutually compatible */
	/* note that mutual compatiblity is not an issue here */
	if (cmd->scan_begin_src != TRIG_FOLLOW &&
	    cmd->scan_begin_src != TRIG_EXT &&