From: GuoHua Chen Date: Thu, 11 Jan 2024 08:36:54 +0000 (+0000) Subject: drm/radeon: Clean up errors in r600.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cc588e799549a4521eaea1276099b29b1c06e2c0;p=linux.git drm/radeon: Clean up errors in r600.c Fix the following errors reported by checkpatch: ERROR: that open brace { should be on the previous line Signed-off-by: GuoHua Chen Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c index a17b95eec65fb..b5e97d95a19f0 100644 --- a/drivers/gpu/drm/radeon/r600.c +++ b/drivers/gpu/drm/radeon/r600.c @@ -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 };