]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[media] Staging: media: radio-bcm2048: Fix indentation
authorJean-Baptiste Abbadie <jb@abbadie.fr>
Wed, 19 Oct 2016 20:47:13 +0000 (18:47 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 18 Nov 2016 15:39:42 +0000 (13:39 -0200)
Align multiple lines statement with parentheses

Signed-off-by: Jean-Baptiste Abbadie <jb@abbadie.fr>
Acked-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/staging/media/bcm2048/radio-bcm2048.c

index 9fc2c13ce0ff82b341a347f7995e9abe450f215f..e35ceceb6c7b18beb076bee61c54e4ecdd9ca78b 100644 (file)
@@ -999,7 +999,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)
@@ -2204,7 +2204,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;
                }