Commit a88c30a7 authored by Ran Sun's avatar Ran Sun Committed by Alex Deucher
Browse files

drm/amd: Clean up errors in smu7_hwmgr.c



Fix the following errors reported by checkpatch:

ERROR: that open brace { should be on the previous line
ERROR: spaces required around that '=' (ctx:VxV)
ERROR: spaces required around that '<' (ctx:VxV)

Signed-off-by: default avatarRan Sun <sunran001@208suo.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 1f9f09da
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -83,8 +83,8 @@
#define PCIE_BUS_CLK                10000
#define TCLK                        (PCIE_BUS_CLK / 10)

static struct profile_mode_setting smu7_profiling[7] =
					{{0, 0, 0, 0, 0, 0, 0, 0},
static struct profile_mode_setting smu7_profiling[7] = {
					 {0, 0, 0, 0, 0, 0, 0, 0},
					 {1, 0, 100, 30, 1, 0, 100, 10},
					 {1, 10, 0, 30, 0, 0, 0, 0},
					 {0, 0, 0, 0, 1, 10, 16, 31},