From: GuoHua Chen Date: Thu, 11 Jan 2024 08:16:28 +0000 (+0000) Subject: drm/radeon/kms: Clean up errors in rv6xx_dpm.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=25157b1bc12e5f578744388f8109f7361f05d75d;p=linux.git drm/radeon/kms: Clean up errors in rv6xx_dpm.h Fix the following errors reported by checkpatch: ERROR: open brace '{' following struct go on the same line Signed-off-by: GuoHua Chen Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/radeon/rv6xx_dpm.h b/drivers/gpu/drm/radeon/rv6xx_dpm.h index 8035d53ebea69..020c0dc8361d5 100644 --- a/drivers/gpu/drm/radeon/rv6xx_dpm.h +++ b/drivers/gpu/drm/radeon/rv6xx_dpm.h @@ -28,8 +28,7 @@ #include "r600_dpm.h" /* Represents a single SCLK step. */ -struct rv6xx_sclk_stepping -{ +struct rv6xx_sclk_stepping { u32 vco_frequency; u32 post_divider; };