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

Removed redunant blank line. Issue found by checkpatch.

Signed-off-by: Sandesh Kenjana Ashok <kas.sandesh@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Sandesh Kenjana Ashok 2019-01-30 21:25:46 +01:00 committed by Greg Kroah-Hartman
parent 1dcc3ed4a7
commit ee593133a7
1 changed files with 0 additions and 1 deletions

View File

@ -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. */