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

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
......@@ -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. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment