Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0a0df63 authored by Vikash Kesarwani's avatar Vikash Kesarwani Committed by Greg Kroah-Hartman
Browse files

Staging: comedi: drivers: serial2002 fixed a blank line coding style



Fixed a blank line coding style after a declaration

Signed-off-by: default avatarVikash Kesarwani <vikash.ckiiita30@gmail.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9c70dbd0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
}