diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-01-16 08:30:23 +0400 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2014-02-07 05:43:57 +0400 |
commit | 4fe25b822bca31aa9bf97c1a56747443f0d7d239 (patch) | |
tree | 04196bd9f95cc56d1f4ec43154affe4f4eda831b /drivers/gpu | |
parent | 5cdbc8d993074ffda3d3be68935b8afe3ff96b9e (diff) | |
download | linux-4fe25b822bca31aa9bf97c1a56747443f0d7d239.tar.xz |
drm/exynos: Fix trivial typo
Changed quf -> qbuf.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu')
-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 eefb429d62a1..09312b877470 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_ipp.c +++ b/drivers/gpu/drm/exynos/exynos_drm_ipp.c @@ -825,7 +825,7 @@ static void ipp_put_event(struct drm_exynos_ipp_cmd_node *c_node, DRM_DEBUG_KMS("count[%d]e[0x%x]\n", count++, (int)e); /* - * quf == NULL condition means all event deletion. + * qbuf == NULL condition means all event deletion. * stop operations want to delete all event list. * another case delete only same buf id. */ |