Skip to content

Commit

Permalink
drm/amd/amdgpu: Clean up errors in amdgpu_umr.h
Browse files Browse the repository at this point in the history
Fix the following errors reported by checkpatch:

spaces required around that '=' (ctx:VxV)

Signed-off-by: chenxuebing <chenxb_99091@126.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
chenxuebing authored and Alex Deucher committed Jan 15, 2024
1 parent 2bb0121 commit 32a0a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/amd/amdgpu/amdgpu_umr.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ struct amdgpu_debugfs_gprwave_data {
};

enum AMDGPU_DEBUGFS_REGS2_CMDS {
AMDGPU_DEBUGFS_REGS2_CMD_SET_STATE=0,
AMDGPU_DEBUGFS_REGS2_CMD_SET_STATE = 0,
AMDGPU_DEBUGFS_REGS2_CMD_SET_STATE_V2,
};

enum AMDGPU_DEBUGFS_GPRWAVE_CMDS {
AMDGPU_DEBUGFS_GPRWAVE_CMD_SET_STATE=0,
AMDGPU_DEBUGFS_GPRWAVE_CMD_SET_STATE = 0,
};

//reg2 interface
Expand Down

0 comments on commit 32a0a39

Please sign in to comment.