Commit 4fe25b82 authored by Sachin Kamat's avatar Sachin Kamat Committed by Inki Dae

drm/exynos: Fix trivial typo

Changed quf -> qbuf.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 5cdbc8d9
...@@ -825,7 +825,7 @@ static void ipp_put_event(struct drm_exynos_ipp_cmd_node *c_node, ...@@ -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); 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. * stop operations want to delete all event list.
* another case delete only same buf id. * another case delete only same buf id.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment