Em Wed, 19 Oct 2016 22:47:13 +0200
Jean-Baptiste Abbadie <j...@abbadie.fr> escreveu:

> Align multiple lines statement with parentheses

Looks OK to me. Greg, do you want to pick it on your tree or do you
prefer if I pick myself?

If you prefer to pick it:

Acked-by: Mauro Carvalho Chehab <mche...@s-opensource.com>

> 
> Signed-off-by: Jean-Baptiste Abbadie <j...@abbadie.fr>
> ---
>  drivers/staging/media/bcm2048/radio-bcm2048.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/media/bcm2048/radio-bcm2048.c 
> b/drivers/staging/media/bcm2048/radio-bcm2048.c
> index 188d045d44ad..f66bea631e8e 100644
> --- a/drivers/staging/media/bcm2048/radio-bcm2048.c
> +++ b/drivers/staging/media/bcm2048/radio-bcm2048.c
> @@ -997,7 +997,7 @@ static int bcm2048_set_fm_search_tune_mode(struct 
> bcm2048_device *bdev,
>               timeout = BCM2048_AUTO_SEARCH_TIMEOUT;
>  
>       if (!wait_for_completion_timeout(&bdev->compl,
> -             msecs_to_jiffies(timeout)))
> +                                      msecs_to_jiffies(timeout)))
>               dev_err(&bdev->client->dev, "IRQ timeout.\n");
>  
>       if (value)
> @@ -2202,7 +2202,7 @@ static ssize_t bcm2048_fops_read(struct file *file, 
> char __user *buf,
>               }
>               /* interruptible_sleep_on(&bdev->read_queue); */
>               if (wait_event_interruptible(bdev->read_queue,
> -                 bdev->rds_data_available) < 0) {
> +                                          bdev->rds_data_available) < 0) {
>                       retval = -EINTR;
>                       goto done;
>               }



Thanks,
Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to