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

drm/amdgpu: Clean up errors in amdgpu_atombios.h



Fix the following errors reported by checkpatch:

ERROR: open brace '{' following struct go on the same line

Signed-off-by: default avatarRan Sun <sunran001@208suo.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 06d82d87
Loading
Loading
Loading
Loading
+3 −6
Original line number Original line Diff line number Diff line
@@ -89,8 +89,7 @@ struct atom_memory_info {


#define MAX_AC_TIMING_ENTRIES 16
#define MAX_AC_TIMING_ENTRIES 16


struct atom_memory_clock_range_table
struct atom_memory_clock_range_table {
{
	u8 num_entries;
	u8 num_entries;
	u8 rsv[3];
	u8 rsv[3];
	u32 mclk[MAX_AC_TIMING_ENTRIES];
	u32 mclk[MAX_AC_TIMING_ENTRIES];
@@ -118,14 +117,12 @@ struct atom_mc_reg_table {


#define MAX_VOLTAGE_ENTRIES 32
#define MAX_VOLTAGE_ENTRIES 32


struct atom_voltage_table_entry
struct atom_voltage_table_entry {
{
	u16 value;
	u16 value;
	u32 smio_low;
	u32 smio_low;
};
};


struct atom_voltage_table
struct atom_voltage_table {
{
	u32 count;
	u32 count;
	u32 mask_low;
	u32 mask_low;
	u32 phase_delay;
	u32 phase_delay;