drm/radeon/kms: Clean up errors in rv6xx_dpm.h
authorGuoHua Chen <chenguohua_716@163.com>
Thu, 11 Jan 2024 08:16:28 +0000 (08:16 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jan 2024 20:39:14 +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/rv6xx_dpm.h

index 8035d53ebea6949a85808c2be0c2ad9ab7975712..020c0dc8361d581581082cc09f6e79aa7f8e3c87 100644 (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;
 };