forked from Minki/linux
Staging: comedi: drivers: serial2002 fixed a blank line coding style
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>
This commit is contained in:
parent
9c70dbd085
commit
e0a0df6319
@ -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)
|
static int serial2002_tty_write(struct file *f, unsigned char *buf, int count)
|
||||||
{
|
{
|
||||||
loff_t pos = 0;
|
loff_t pos = 0;
|
||||||
|
|
||||||
return kernel_write(f, buf, count, &pos);
|
return kernel_write(f, buf, count, &pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user