Commit a1f6c2af authored by Luca Ellero's avatar Luca Ellero Committed by Greg Kroah-Hartman
Browse files

staging: comedi: fix checkpatch warnings

parent 8383b8c4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -699,7 +699,8 @@ static int apci3xxx_dio_insn_config(struct comedi_device *dev,
		if (chan < 16)
			return -EINVAL;
		else
			/* changing any channel in port 2 changes the entire port */
			/* changing any channel in port 2 */
			/* changes the entire port        */
			mask = 0xff0000;
	}

+2 −2

File changed.

Contains only whitespace changes.