From: Sandesh Kenjana Ashok Date: Wed, 30 Jan 2019 20:25:46 +0000 (+0100) Subject: staging: comedi: comedi_fops.c: Remove redundant blank line X-Git-Tag: v5.1-rc1~144^2~142 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ee593133a76c0c86484929b1c7ac91a9f0b7492c;p=linux.git staging: comedi: comedi_fops.c: Remove redundant blank line Removed redunant blank line. Issue found by checkpatch. Signed-off-by: Sandesh Kenjana Ashok Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/comedi_fops.c b/drivers/staging/comedi/comedi_fops.c index 38980fad8be4..0caae4a5c471 100644 --- a/drivers/staging/comedi/comedi_fops.c +++ b/drivers/staging/comedi/comedi_fops.c @@ -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. */