Skip to content

Commit

Permalink
[media] Staging: media: radio-bcm2048: Fix indentation
Browse files Browse the repository at this point in the history
Align multiple lines statement with parentheses

Signed-off-by: Jean-Baptiste Abbadie <[email protected]>
Acked-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
jb-abbadie authored and mchehab committed Nov 18, 2016
1 parent 24dc974 commit 3194e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/media/bcm2048/radio-bcm2048.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 3194e85

Please sign in to comment.