]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: kpc2000: remove extra blank line in core.c
authorSimon Sandström <simon@nikanor.nu>
Fri, 24 May 2019 11:08:00 +0000 (13:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 May 2019 21:06:12 +0000 (14:06 -0700)
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>
drivers/staging/kpc2000/kpc2000/core.c

index 4110032d0cbbb53b8dad39fdfba84403aea3e315..3da06e47a4d26920e859880e5128738652936347 100644 (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)
 {