Re: [PATCH] drm/amdgpu: fix typos

2024-10-07 Thread Alex Deucher
Applied. Thanks! On Sun, Oct 6, 2024 at 7:28 AM Andrew Kreimer wrote: > > Fix typos in comments: "wether -> whether". > > Signed-off-by: Andrew Kreimer > --- > drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 4 ++-- > drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 4 ++-- > drivers/gpu/drm/amd/amdgpu/gfx_v

Re: [PATCH] drm/amdgpu: Fix typos in amdgpu_stop_pending_resets

2022-06-28 Thread Alex Deucher
On Tue, Jun 28, 2022 at 10:42 AM Kent Russell wrote: > > Change amdggpu to amdgpu and pedning to pending > > Signed-off-by: Kent Russell Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/dr