diff options
author | Lad, Prabhakar <prabhakar.csengg@gmail.com> | 2014-02-21 07:07:21 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-05 15:00:23 -0500 |
commit | 25aeb418c6628787fb534b114cb47de76583a27c (patch) | |
tree | f39365d6ced0025d102b0d0e4c6540218f451e8d /drivers/media/platform/omap3isp/ispqueue.c | |
parent | e72ed08e66d044ed74c485da68ca809bebf99739 (diff) |
[media] omap3isp: Fix typos
Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/platform/omap3isp/ispqueue.c')
-rw-r--r-- | drivers/media/platform/omap3isp/ispqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/omap3isp/ispqueue.c b/drivers/media/platform/omap3isp/ispqueue.c index 5f0f8fab1d17..a5e65858e799 100644 --- a/drivers/media/platform/omap3isp/ispqueue.c +++ b/drivers/media/platform/omap3isp/ispqueue.c | |||
@@ -597,7 +597,7 @@ static int isp_video_buffer_wait(struct isp_video_buffer *buf, int nonblocking) | |||
597 | * isp_video_queue_free - Free video buffers memory | 597 | * isp_video_queue_free - Free video buffers memory |
598 | * | 598 | * |
599 | * Buffers can only be freed if the queue isn't streaming and if no buffer is | 599 | * Buffers can only be freed if the queue isn't streaming and if no buffer is |
600 | * mapped to userspace. Return -EBUSY if those conditions aren't statisfied. | 600 | * mapped to userspace. Return -EBUSY if those conditions aren't satisfied. |
601 | * | 601 | * |
602 | * This function must be called with the queue lock held. | 602 | * This function must be called with the queue lock held. |
603 | */ | 603 | */ |