aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/omap3isp/ispqueue.c
diff options
context:
space:
mode:
authorMichael Jones <michael.jones@matrix-vision.de>2011-02-28 08:29:03 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-04-17 07:42:57 -0300
commit2d4e9d1db22117ebcd4f3353cb45292a8704d511 (patch)
treeafeb3f1cefe4534cbde3675e9d70cafe85a7abdb /drivers/media/video/omap3isp/ispqueue.c
parent8dc1e75e9dc2fa3f5fa2e98be670118366beac92 (diff)
downloadkernel_samsung_smdk4412-2d4e9d1db22117ebcd4f3353cb45292a8704d511.zip
kernel_samsung_smdk4412-2d4e9d1db22117ebcd4f3353cb45292a8704d511.tar.gz
kernel_samsung_smdk4412-2d4e9d1db22117ebcd4f3353cb45292a8704d511.tar.bz2
[media] omap3isp: Fix trivial typos
It doesn't get more trivial than these. Signed-off-by: Michael Jones <michael.jones@matrix-vision.de> 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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/omap3isp/ispqueue.c b/drivers/media/video/omap3isp/ispqueue.c
index 8fddc58..c91e56a 100644
--- a/drivers/media/video/omap3isp/ispqueue.c
+++ b/drivers/media/video/omap3isp/ispqueue.c
@@ -408,8 +408,8 @@ done:
* isp_video_buffer_prepare_vm_flags - Get VMA flags for a userspace address
*
* This function locates the VMAs for the buffer's userspace address and checks
- * that their flags match. The onlflag that we need to care for at the moment is
- * VM_PFNMAP.
+ * that their flags match. The only flag that we need to care for at the moment
+ * is VM_PFNMAP.
*
* The buffer vm_flags field is set to the first VMA flags.
*