[PATCH] staging: comedi: fix coding style issues in comedi_fops.c

Ian Abbott abbotti at mev.co.uk
Thu May 1 09:05:20 UTC 2014


On 2014/05/01 09:23 AM, Raghavendra Ganiga wrote:
> This is a patch to fix coding style
> warnings found by checkpatch.pl tool
> 
> Signed-off-by: Raghavendra Chandra Ganiga <ravi23ganiga at gmail.com>
> ---
>  drivers/staging/comedi/comedi_fops.c |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/staging/comedi/comedi_fops.c b/drivers/staging/comedi/comedi_fops.c
> index 70545e6..b24bf9b 100644
> --- a/drivers/staging/comedi/comedi_fops.c
> +++ b/drivers/staging/comedi/comedi_fops.c
> @@ -668,6 +668,7 @@ static int do_devconfig_ioctl(struct comedi_device *dev,
>  			return -EBUSY;
>  		if (dev->attached) {
>  			struct module *driver_module = dev->driver->module;
> +
>  			comedi_device_detach(dev);
>  			module_put(driver_module);
>  		}
> @@ -2653,6 +2654,7 @@ static int __init comedi_init(void)
>  	/* create devices files for legacy/manual use */
>  	for (i = 0; i < comedi_num_legacy_minors; i++) {
>  		struct comedi_device *dev;
> +
>  		dev = comedi_alloc_board_minor(NULL);
>  		if (IS_ERR(dev)) {
>  			comedi_cleanup_board_minors();
> 

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

-- 
-=( Ian Abbott @ MEV Ltd.    E-mail: <abbotti at mev.co.uk>             )=-
-=( Tel: +44 (0)161 477 1898   FAX: +44 (0)161 718 3587              )=-


More information about the devel mailing list