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
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