Staging: comedi: drivers: serial2002 fixed a blank line coding style
authorVikash Kesarwani <vikash.ckiiita30@gmail.com>
Fri, 8 Dec 2017 18:56:05 +0000 (00:26 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Dec 2017 11:43:08 +0000 (12:43 +0100)
Fixed a blank line coding style after a declaration

Signed-off-by: Vikash Kesarwani <vikash.ckiiita30@gmail.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/serial2002.c

index 1f52fd1c1c08c854289adb318115bf8da4b9c7ae..a56d4eb9310283965874236f7f796e9d8ae6eb44 100644 (file)
@@ -98,6 +98,7 @@ static long serial2002_tty_ioctl(struct file *f, unsigned int op,
 static int serial2002_tty_write(struct file *f, unsigned char *buf, int count)
 {
        loff_t pos = 0;
+
        return kernel_write(f, buf, count, &pos);
 }