diff options
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | 2014-03-11 06:23:37 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-05-05 09:37:45 -0400 |
commit | 9fca9acfc373cd7bcd193d2d669db49c0ebead38 (patch) | |
tree | c8450a81f91e18e6b38d9e2e3e905b656739aff0 | |
parent | 43322faf5fc35df218c942742a577d5abe3eaac8 (diff) |
drm/exynos: Spelling s/contro/control/
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Cc: David Airlie <airlied@linux.ie>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_ipp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_ipp.c b/drivers/gpu/drm/exynos/exynos_drm_ipp.c index 09312b877470..3d78144387ac 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_ipp.c +++ b/drivers/gpu/drm/exynos/exynos_drm_ipp.c | |||
@@ -284,7 +284,7 @@ static struct exynos_drm_ippdrv *ipp_find_drv_by_handle(u32 prop_id) | |||
284 | /* | 284 | /* |
285 | * This case is search ipp driver by prop_id handle. | 285 | * This case is search ipp driver by prop_id handle. |
286 | * sometimes, ipp subsystem find driver by prop_id. | 286 | * sometimes, ipp subsystem find driver by prop_id. |
287 | * e.g PAUSE state, queue buf, command contro. | 287 | * e.g PAUSE state, queue buf, command control. |
288 | */ | 288 | */ |
289 | list_for_each_entry(ippdrv, &exynos_drm_ippdrv_list, drv_list) { | 289 | list_for_each_entry(ippdrv, &exynos_drm_ippdrv_list, drv_list) { |
290 | DRM_DEBUG_KMS("count[%d]ippdrv[0x%x]\n", count++, (int)ippdrv); | 290 | DRM_DEBUG_KMS("count[%d]ippdrv[0x%x]\n", count++, (int)ippdrv); |