projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0829184
)
drm/radeon: fix spelling typos in debugging output
author
Thomas Friebel
<thomas.friebel@amd.com>
Mon, 15 Oct 2012 17:16:22 +0000
(13:16 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 15 Oct 2012 17:21:02 +0000
(13:21 -0400)
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_ring.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/radeon_ring.c
b/drivers/gpu/drm/radeon/radeon_ring.c
index bba66902c83b6ada2e3a475572fa5f7101a05a6b..47634f27f2e5eca62cc6335d95fc246e13a6deb2 100644
(file)
--- a/
drivers/gpu/drm/radeon/radeon_ring.c
+++ b/
drivers/gpu/drm/radeon/radeon_ring.c
@@
-305,7
+305,7
@@
void radeon_ring_write(struct radeon_ring *ring, uint32_t v)
{
#if DRM_DEBUG_CODE
if (ring->count_dw <= 0) {
- DRM_ERROR("radeon: writ
ting more dword to ring than expected
!\n");
+ DRM_ERROR("radeon: writ
ing more dwords to the ring than expected
!\n");
}
#endif
ring->ring[ring->wptr++] = v;