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 <chenguohua_716@163.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
GuoHua Chen 2024-01-11 08:16:28 +00:00 committed by Alex Deucher
parent 3013edd68e
commit 25157b1bc1

View file

@ -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;
};