[PATCH] drm/amdgpu: Replace deprecated function strcpy() with strscpy()

2025-03-24 Thread Andres Urian Florez
Instead of using the strcpy() deprecated function to populate the fw_name, use the strscpy() function Link: https://www.kernel.org/doc/html/latest/process/deprecated.html#strcpy Signed-off-by: Andres Urian Florez --- drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 68 - 1

Re: [PATCH] Documentation:gpu: fixed spelling mistake

2025-02-16 Thread Andres Urian
On Sun, Feb 16, 2025 at 12:24 PM Jonathan Corbet wrote: > > Andres Urian Florez writes: > > > Fixed spelling mistake identified by codespell in the drm-uapi > > documentation > > > > Signed-off-by: Andres Urian Florez > > --- > > Documentation/g