Skip to content
Snippets Groups Projects
Commit 8ad33cdf authored by Thomas Friebel's avatar Thomas Friebel Committed by Alex Deucher
Browse files

drm/radeon: fix spelling typos in debugging output


Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 08291847
No related branches found
No related tags found
No related merge requests found
......@@ -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: writting more dword to ring than expected !\n");
DRM_ERROR("radeon: writing more dwords to the ring than expected!\n");
}
#endif
ring->ring[ring->wptr++] = v;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment