]> xenbits.xensource.com Git - people/aperard/linux-chromebook.git/commitdiff
CHROMIUM: drm/exynos: Fix typo in drm_gem.h
authorDaniel Kurtz <djkurtz@chromium.org>
Mon, 10 Dec 2012 05:29:51 +0000 (13:29 +0800)
committerGerrit <chrome-bot@google.com>
Tue, 11 Dec 2012 01:55:11 +0000 (17:55 -0800)
Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>
BUG=chromium-os:37097
TEST=compile test

Change-Id: I2c4c15e5bb906d353926738904d8c2edaa1ecbee
Reviewed-on: https://gerrit.chromium.org/gerrit/39473
Commit-Ready: Daniel Kurtz <djkurtz@chromium.org>
Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>
Tested-by: Daniel Kurtz <djkurtz@chromium.org>
drivers/gpu/drm/exynos/exynos_drm_gem.h

index efc82527b27246341f6166498e8d41c72912d877..5f38a45cebe22611fa48c5f242123b2910f648fa 100644 (file)
@@ -53,7 +53,7 @@ struct exynos_drm_gem_buf {
 };
 
 /*
- * exynos drm buffer structure.
+ * exynos drm object structure.
  *
  * @base: a gem object.
  *     - a new handle to this gem object would be created
@@ -64,7 +64,7 @@ struct exynos_drm_gem_buf {
  *     continuous memory region allocated by user request
  *     or at framebuffer creation.
  * @size: total memory size to physically non-continuous memory region.
- * @flags: indicate memory type to allocated buffer and cache attruibute.
+ * @flags: indicate memory type to allocated buffer and cache attribute.
  *
  * P.S. this object would be transfered to user as kms_bo.handle so
  *     user can access the buffer through kms_bo.handle.