Commit 32a0a398 authored by chenxuebing's avatar chenxuebing Committed by Alex Deucher

drm/amd/amdgpu: Clean up errors in amdgpu_umr.h

Fix the following errors reported by checkpatch:

spaces required around that '=' (ctx:VxV)
Signed-off-by: default avatarchenxuebing <chenxb_99091@126.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 2bb01213
...@@ -69,12 +69,12 @@ struct amdgpu_debugfs_gprwave_data { ...@@ -69,12 +69,12 @@ struct amdgpu_debugfs_gprwave_data {
}; };
enum AMDGPU_DEBUGFS_REGS2_CMDS { 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, AMDGPU_DEBUGFS_REGS2_CMD_SET_STATE_V2,
}; };
enum AMDGPU_DEBUGFS_GPRWAVE_CMDS { enum AMDGPU_DEBUGFS_GPRWAVE_CMDS {
AMDGPU_DEBUGFS_GPRWAVE_CMD_SET_STATE=0, AMDGPU_DEBUGFS_GPRWAVE_CMD_SET_STATE = 0,
}; };
//reg2 interface //reg2 interface
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment