aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/omap3isp/ispqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/platform/omap3isp/ispqueue.c')
-rw-r--r--drivers/media/platform/omap3isp/ispqueue.c2
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 */