dri-devel Archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/radeon/kms: Clean up errors in rv6xx_dpm.h
@ 2024-01-11  8:16 GuoHua Chen
  0 siblings, 0 replies; only message in thread
From: GuoHua Chen @ 2024-01-11  8:16 UTC (permalink / raw
  To: daniel, Xinhui.Pan, airlied, christian.koenig, alexander.deucher
  Cc: dri-devel, linux-kernel, amd-gfx, GuoHua Chen

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>
---
 drivers/gpu/drm/radeon/rv6xx_dpm.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/radeon/rv6xx_dpm.h b/drivers/gpu/drm/radeon/rv6xx_dpm.h
index 8035d53ebea6..020c0dc8361d 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;
 };
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-11  8:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11  8:16 [PATCH] drm/radeon/kms: Clean up errors in rv6xx_dpm.h GuoHua Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).