projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cdbc8d
)
drm/exynos: Fix trivial typo
author
Sachin Kamat
<sachin.kamat@linaro.org>
Thu, 16 Jan 2014 04:30:23 +0000
(10:00 +0530)
committer
Inki Dae
<inki.dae@samsung.com>
Fri, 7 Feb 2014 01:43:57 +0000
(10:43 +0900)
Changed quf -> qbuf.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_ipp.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/exynos/exynos_drm_ipp.c
b/drivers/gpu/drm/exynos/exynos_drm_ipp.c
index
eefb429
..
09312b8
100644
(file)
--- 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.
+ * q
b
uf == NULL condition means all event deletion.
* stop operations want to delete all event list.
* another case delete only same buf id.
*/