[AMD Official Use Only - AMD Internal Distribution Only]

Reviewed-by: Tao Zhou <[email protected]>

> -----Original Message-----
> From: Colin Ian King <[email protected]>
> Sent: Wednesday, February 26, 2025 4:58 PM
> To: Deucher, Alexander <[email protected]>; Koenig, Christian
> <[email protected]>; David Airlie <[email protected]>; Simona Vetter
> <[email protected]>; Zhou1, Tao <[email protected]>; amd-
> [email protected]; [email protected]
> Cc: [email protected]; [email protected]
> Subject: [PATCH][next] drm/amdgpu: Fix spelling mistake "initiailize" -> 
> "initialize"
> and grammar
>
> There is a spelling mistake and a grammatical error in a dev_err message. Fix 
> it.
>
> Signed-off-by: Colin Ian King <[email protected]>
> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
> b/drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
> index 5b6bdabb8012..7b9c98be5b1a 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
> @@ -545,7 +545,7 @@ int amdgpu_cper_init(struct amdgpu_device *adev)
>
>       r = amdgpu_cper_ring_init(adev);
>       if (r) {
> -             dev_err(adev->dev, "fail to initiailize cper ring, r = %d\n", 
> r);
> +             dev_err(adev->dev, "failed to initialize cper ring, r = %d\n", 
> r);
>               return r;
>       }
>
> --
> 2.47.2

Reply via email to