提交 3194e858 编写于 作者: J Jean-Baptiste Abbadie 提交者: Mauro Carvalho Chehab

[media] Staging: media: radio-bcm2048: Fix indentation

Align multiple lines statement with parentheses
Signed-off-by: NJean-Baptiste Abbadie <jb@abbadie.fr>
Acked-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 24dc974d
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册