staging: kpc2000: remove extra blank line in core.c

Fixes checkpatch.pl check "Please don't use multiple blank lines".

Signed-off-by: Simon Sandström <simon@nikanor.nu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Simon Sandström 2019-05-24 13:08:00 +02:00 committed by Greg Kroah-Hartman
parent 299672a748
commit 26c1264233

View File

@ -262,7 +262,6 @@ static int kp2000_cdev_close(struct inode *inode, struct file *filp)
return 0;
}
static ssize_t kp2000_cdev_read(struct file *filp, char __user *buf,
size_t count, loff_t *f_pos)
{