staging: comedi: comedi_fops.c: Remove redundant blank line
authorSandesh Kenjana Ashok <kas.sandesh@gmail.com>
Wed, 30 Jan 2019 20:25:46 +0000 (21:25 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Feb 2019 11:30:27 +0000 (12:30 +0100)
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>
drivers/staging/comedi/comedi_fops.c

index 38980fad8be44fedb0042ef7889bd58b5145fe69..0caae4a5c4716af31c23800bb5cebfb43e45f32b 100644 (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. */