diff options
author | Lad, Prabhakar <prabhakar.csengg@gmail.com> | 2014-02-21 13:07:21 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-05 21:00:23 +0100 |
commit | 25aeb418c6628787fb534b114cb47de76583a27c (patch) | |
tree | f39365d6ced0025d102b0d0e4c6540218f451e8d /drivers/media/platform/omap3isp/ispqueue.c | |
parent | [media] uvcvideo: Add bayer 8-bit patterns to uvcvideo (diff) | |
download | linux-25aeb418c6628787fb534b114cb47de76583a27c.tar.xz linux-25aeb418c6628787fb534b114cb47de76583a27c.zip |
[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) * isp_video_queue_free - Free video buffers memory * * Buffers can only be freed if the queue isn't streaming and if no buffer is - * mapped to userspace. Return -EBUSY if those conditions aren't statisfied. + * mapped to userspace. Return -EBUSY if those conditions aren't satisfied. * * This function must be called with the queue lock held. */ |