提交 8ad33cdf 编写于 作者: T Thomas Friebel 提交者: Alex Deucher

drm/radeon: fix spelling typos in debugging output

Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 08291847
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册