projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fdd783
)
drm/i915/guc:fix spelling mistake: "adddress" -> "address"
author
Colin Ian King
<colin.king@canonical.com>
Tue, 16 May 2017 09:22:35 +0000
(10:22 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Tue, 16 May 2017 09:26:41 +0000
(11:26 +0200)
Trivial fix to spelling mistake in seq_printf message.
Fixes:
a8b9370fc79c1
("drm/i915/guc: Dump the GuC stage descriptor pool in debugfs")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link:
http://patchwork.freedesktop.org/patch/msgid/20170516092235.28640-1-colin.king@canonical.com
drivers/gpu/drm/i915/i915_debugfs.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_debugfs.c
b/drivers/gpu/drm/i915/i915_debugfs.c
index
bd9abef
..
76abff1
100644
(file)
--- a/
drivers/gpu/drm/i915/i915_debugfs.c
+++ b/
drivers/gpu/drm/i915/i915_debugfs.c
@@
-2582,7
+2582,7
@@
static int i915_guc_stage_pool(struct seq_file *m, void *data)
desc->db_trigger_uk);
seq_printf(m, "\tProcess descriptor: 0x%x\n",
desc->process_desc);
- seq_printf(m, "\tWorkqueue add
d
ress: 0x%x, size: 0x%x\n",
+ seq_printf(m, "\tWorkqueue address: 0x%x, size: 0x%x\n",
desc->wq_addr, desc->wq_size);
seq_putc(m, '\n');