[PATCH] Staging: comedi: drivers: serial2002 fixed a blank line coding style

Ian Abbott abbotti at mev.co.uk
Tue Dec 12 12:17:36 UTC 2017


On 08/12/17 18:56, Vikash Kesarwani wrote:
> Fixed a blank line coding style after a declaration
> 
> Signed-off-by: Vikash Kesarwani <vikash.ckiiita30 at gmail.com>
> ---
>   drivers/staging/comedi/drivers/serial2002.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/staging/comedi/drivers/serial2002.c b/drivers/staging/comedi/drivers/serial2002.c
> index cc18e25103ca..c9d478fddead 100644
> --- a/drivers/staging/comedi/drivers/serial2002.c
> +++ b/drivers/staging/comedi/drivers/serial2002.c
> @@ -107,6 +107,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);
>   }
>   
> 

Looks okay, thanks.

Reviewed-by: Ian Abbott <abbotti at mev.co.uk>

-- 
-=( Ian Abbott @ MEV Ltd.    E-mail: <abbotti at mev.co.uk> )=-
-=(                          Web: http://www.mev.co.uk/  )=-


More information about the devel mailing list