drm/radeon: Clean up errors in radeon_audio.h
authorGuoHua Chen <chenguohua_716@163.com>
Thu, 11 Jan 2024 08:27:59 +0000 (08:27 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jan 2024 20:39:27 +0000 (15:39 -0500)
Fix the following errors reported by checkpatch:

ERROR: open brace '{' following struct go on the same line

Signed-off-by: GuoHua Chen <chenguohua_716@163.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_audio.h

index dacaaa007051e6fe81c7d8c55e41fc7d9d871e79..a073dadd063808b93078781772901ed95abd6575 100644 (file)
@@ -34,8 +34,7 @@ struct cea_sad;
 #define WREG32_ENDPOINT(block, reg, v) \
        radeon_audio_endpoint_wreg(rdev, (block), (reg), (v))
 
-struct radeon_audio_basic_funcs
-{
+struct radeon_audio_basic_funcs {
        u32  (*endpoint_rreg)(struct radeon_device *rdev, u32 offset, u32 reg);
        void (*endpoint_wreg)(struct radeon_device *rdev,
                u32 offset, u32 reg, u32 v);
@@ -43,8 +42,7 @@ struct radeon_audio_basic_funcs
                struct r600_audio_pin *pin, u8 enable_mask);
 };
 
-struct radeon_audio_funcs
-{
+struct radeon_audio_funcs {
        void (*select_pin)(struct drm_encoder *encoder);
        struct r600_audio_pin* (*get_pin)(struct radeon_device *rdev);
        void (*write_latency_fields)(struct drm_encoder *encoder,