summaryrefslogtreecommitdiffstats
path: root/drivers/staging/omapdrm
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2012-04-02 07:25:19 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-10 10:31:01 -0700
commit6354eb81fe8cc32899959d2dac23aa1c9a12c9fa (patch)
treeda5cbb2c89b4a42b219e1c6e3802f7140fc8a49f /drivers/staging/omapdrm
parent73e2918990c0d0ba7866696d492a8090e4f9f396 (diff)
downloadlinux-6354eb81fe8cc32899959d2dac23aa1c9a12c9fa.tar.gz
linux-6354eb81fe8cc32899959d2dac23aa1c9a12c9fa.tar.xz
linux-6354eb81fe8cc32899959d2dac23aa1c9a12c9fa.zip
staging:omapdrm Fix typos in drivers:omapdrm
The below patch fixes some typos that I found while reading. Note: I was told to hold off sending anything until *rc1 so hopefully now its alright.(wasnt sure what kernel *rc*) Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Reviewed-by: Rob Clark <rob@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/omapdrm')
-rw-r--r--drivers/staging/omapdrm/omap_fb.c2
-rw-r--r--drivers/staging/omapdrm/tcm-sita.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/omapdrm/omap_fb.c b/drivers/staging/omapdrm/omap_fb.c
index 04b235b6724a..0c53a3c313ff 100644
--- a/drivers/staging/omapdrm/omap_fb.c
+++ b/drivers/staging/omapdrm/omap_fb.c
@@ -167,7 +167,7 @@ void omap_framebuffer_update_scanout(struct drm_framebuffer *fb, int x, int y,
}
/* Call for unpin 'a' (if not NULL), and pin 'b' (if not NULL). Although
- * buffers to unpin are just just pushed to the unpin fifo so that the
+ * buffers to unpin are just pushed to the unpin fifo so that the
* caller can defer unpin until vblank.
*
* Note if this fails (ie. something went very wrong!), all buffers are
diff --git a/drivers/staging/omapdrm/tcm-sita.c b/drivers/staging/omapdrm/tcm-sita.c
index 10d5ac3dae4b..efb609510540 100644
--- a/drivers/staging/omapdrm/tcm-sita.c
+++ b/drivers/staging/omapdrm/tcm-sita.c
@@ -200,7 +200,7 @@ static s32 sita_reserve_1d(struct tcm *tcm, u32 num_slots,
*
* @param w width
* @param h height
- * @param area pointer to the area that will be populated with the reesrved
+ * @param area pointer to the area that will be populated with the reserved
* area
*
* @return 0 on success, non-0 error value on failure.