Applied. Thanks! On Mon, Jan 16, 2023 at 8:13 AM Thomas Zimmermann <[email protected]> wrote: > > Align a closing brace and remove trailing whitespaces. No functional > changes. > > Signed-off-by: Thomas Zimmermann <[email protected]> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > index e47058c2c294..0993ee91fe18 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > @@ -5871,8 +5871,8 @@ void amdgpu_device_invalidate_hdp(struct amdgpu_device > *adev, > int amdgpu_in_reset(struct amdgpu_device *adev) > { > return atomic_read(&adev->reset_domain->in_gpu_reset); > - } > - > +} > + > /** > * amdgpu_device_halt() - bring hardware to some kind of halt state > * > -- > 2.39.0 >
- [PATCH 00/22] drm: Remove includes for drm_crtc_helper.h Thomas Zimmermann
- [PATCH 03/22] drm/amdgpu: Remove unnecessary includ... Thomas Zimmermann
- Re: [PATCH 03/22] drm/amdgpu: Remove unnecessar... Sam Ravnborg
- [PATCH 01/22] drm/amdgpu: Fix coding style Thomas Zimmermann
- Re: [PATCH 01/22] drm/amdgpu: Fix coding style Alex Deucher
- [PATCH 08/22] drm/gma500: Remove unnecessary includ... Thomas Zimmermann
- [PATCH 06/22] drm/ast: Remove unnecessary include s... Thomas Zimmermann
- [PATCH 04/22] drm/arm/komeda: Remove unnecessary in... Thomas Zimmermann
- [PATCH 05/22] drm/aspeed: Remove unnecessary includ... Thomas Zimmermann
- Re: [PATCH 05/22] drm/aspeed: Remove unnecessar... Sam Ravnborg
- [PATCH 09/22] drm/i2c/ch7006: Remove unnecessary in... Thomas Zimmermann
- [PATCH 10/22] drm/ingenic: Remove unnecessary inclu... Thomas Zimmermann
- [PATCH 07/22] drm/bridge: Remove unnecessary includ... Thomas Zimmermann
- [PATCH 12/22] drm/logicvc: Remove unnecessary inclu... Thomas Zimmermann
- [PATCH 13/22] drm/nouveau: Remove unnecessary inclu... Thomas Zimmermann
