Minor spelling nitpick. >> +/** >> + * amdgpu_ring_lru_get - get the least recently used ring for a HW >> IP block >> + * >> + * @adev: amdgpu_device pointer >> + * @type: amdgpu_ring_type enum >> + * @ring: output ring >> + * >> + * Retreive the amdgpu_ring structure for the least recently used >> ring of s/Retreive/Retrieve/ >> >> + * a specific IP block (all asics). >> + * Returns 0 on success, error on failure. >> + */ >> +int amdgpu_ring_lru_get(struct amdgpu_device *adev, int type, >> + struct amdgpu_ring **ring)