summaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorAdam Jiang <chaoj@nvidia.com>2013-04-26 17:17:17 +0900
committerHarshada Kale <hkale@nvidia.com>2013-06-26 08:05:04 -0700
commitf28dfba787f7e3dd6b6642f87670d35f7ae820dc (patch)
treeb5b4f617876b3788f7432edf5ec287fe77a59334 /drivers/media
parentaf180b29522b17334928cb7e933d08975ea9088d (diff)
video: tegra: dtv: Revised comment on buffer filling
Nothing more than fixing unaligned asterisks. Bug 1061456 Bug 1258577 Change-Id: I5e43a7d01a0eec9b13b43cf59029e12672890c99 Signed-off-by: Adam Jiang <chaoj@nvidia.com> Reviewed-on: http://git-master/r/224687 Reviewed-by: Harshada Kale <hkale@nvidia.com> Tested-by: Harshada Kale <hkale@nvidia.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/tegra/tegra_dtv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/tegra/tegra_dtv.c b/drivers/media/video/tegra/tegra_dtv.c
index cd70d678f851..55166686b4e7 100644
--- a/drivers/media/video/tegra/tegra_dtv.c
+++ b/drivers/media/video/tegra/tegra_dtv.c
@@ -545,9 +545,9 @@ static ssize_t tegra_dtv_read(struct file *file, char __user *buf,
dtv_buf = &dtv_ctx->stream.bufs[buf_no];
/* Wait for the buffers to be filled up. The maximum timeout
- *value should be caculated dynamically based on
+ * value should be caculated dynamically based on
* buf_size(dtv_ctx->stream).buf_size. For isdb-t 1seg signal,
- *it bit rate is 300 - 456 kpbs, if buf_size = 4096 bytes, then
+ * it bit rate is 300 - 456 kpbs, if buf_size = 4096 bytes, then
* to fill up one buffer takes ~77ms.
*/
ret = wait_for_completion_interruptible_timeout(&dtv_buf->comp, HZ);