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:
committed by
Greg Kroah-Hartman
parent
1dcc3ed4a7
commit
ee593133a7
@@ -1608,7 +1608,6 @@ static int do_insn_ioctl(struct comedi_device *dev,
|
|||||||
if (copy_from_user(&insn, arg, sizeof(insn)))
|
if (copy_from_user(&insn, arg, sizeof(insn)))
|
||||||
return -EFAULT;
|
return -EFAULT;
|
||||||
|
|
||||||
|
|
||||||
n_data = max(n_data, insn.n);
|
n_data = max(n_data, insn.n);
|
||||||
|
|
||||||
/* This is where the behavior of insn and insnlist deviate. */
|
/* This is where the behavior of insn and insnlist deviate. */
|
||||||
|
|||||||
Reference in New Issue
Block a user