Commit ee593133 authored by Sandesh Kenjana Ashok's avatar Sandesh Kenjana Ashok Committed by Greg Kroah-Hartman
Browse files

staging: comedi: comedi_fops.c: Remove redundant blank line



Removed redunant blank line. Issue found by checkpatch.

Signed-off-by: default avatarSandesh Kenjana Ashok <kas.sandesh@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1dcc3ed4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1608,7 +1608,6 @@ static int do_insn_ioctl(struct comedi_device *dev,
	if (copy_from_user(&insn, arg, sizeof(insn)))
		return -EFAULT;


	n_data = max(n_data, insn.n);

	/* This is where the behavior of insn and insnlist deviate. */