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

ERROR: that open brace { should be on the previous line

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

index a17b95eec65fb81036c49c8ed9eeabadfc953f07..b5e97d95a19f0cd14d6ad21dc4bdda6bc0db09dd 100644 (file)
@@ -99,8 +99,7 @@ MODULE_FIRMWARE("radeon/SUMO_me.bin");
 MODULE_FIRMWARE("radeon/SUMO2_pfp.bin");
 MODULE_FIRMWARE("radeon/SUMO2_me.bin");
 
-static const u32 crtc_offsets[2] =
-{
+static const u32 crtc_offsets[2] = {
        0,
        AVIVO_D2CRTC_H_TOTAL - AVIVO_D1CRTC_H_TOTAL
 };