diff options
author | Michael Jones <michael.jones@matrix-vision.de> | 2012-07-26 10:48:25 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-11 16:55:53 -0300 |
commit | 9d380adf021c4f73fc59b0d00e0b7f952965b380 (patch) | |
tree | 8aacda7682ec2d1ae12f0ab63dc083bd7b43ee85 /drivers/media/video/omap3isp/ispqueue.c | |
parent | fdeae29005aae41837e70c395c8290a8297ca677 (diff) | |
download | lwn-9d380adf021c4f73fc59b0d00e0b7f952965b380.tar.gz lwn-9d380adf021c4f73fc59b0d00e0b7f952965b380.zip |
[media] v4l2: typos
[mchehab@redhat.com: fix a merge conflict at Documentation/video4linux/v4l2-framework.txt]
Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/omap3isp/ispqueue.c')
-rw-r--r-- | drivers/media/video/omap3isp/ispqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/omap3isp/ispqueue.c b/drivers/media/video/omap3isp/ispqueue.c index e912f0cbd6ef..15bf3eab2224 100644 --- a/drivers/media/video/omap3isp/ispqueue.c +++ b/drivers/media/video/omap3isp/ispqueue.c @@ -647,7 +647,7 @@ static int isp_video_queue_alloc(struct isp_video_queue *queue, if (ret < 0) return ret; - /* Bail out of no buffers should be allocated. */ + /* Bail out if no buffers should be allocated. */ if (nbuffers == 0) return 0; |