Re: [PATCH] gpu: drm: amd: amdgpu: Fixed a few warnings

2021-08-23 Thread Alex Deucher
On Sat, Aug 21, 2021 at 4:46 AM Liviu Cheru wrote: > > Fixed warnings regarding SPDX license, using "unsigned" instead > of "unsigned int", wrong function parameter name for the > documentation and a space between the function name and "(". > In general, please split these up by the type of chang

[PATCH] gpu: drm: amd: amdgpu: Fixed a few warnings

2021-08-21 Thread Liviu Cheru
Fixed warnings regarding SPDX license, using "unsigned" instead of "unsigned int", wrong function parameter name for the documentation and a space between the function name and "(". Signed-off-by: Liviu Cheru --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 9 + 1 file changed, 5 inserti