Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: chenxuebing <chenxb_99091@126.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

chenxuebing and committed by
Alex Deucher
32a0a398 2bb01213

+2 -2
+2 -2
drivers/gpu/drm/amd/amdgpu/amdgpu_umr.h
··· 69 69 }; 70 70 71 71 enum AMDGPU_DEBUGFS_REGS2_CMDS { 72 - AMDGPU_DEBUGFS_REGS2_CMD_SET_STATE=0, 72 + AMDGPU_DEBUGFS_REGS2_CMD_SET_STATE = 0, 73 73 AMDGPU_DEBUGFS_REGS2_CMD_SET_STATE_V2, 74 74 }; 75 75 76 76 enum AMDGPU_DEBUGFS_GPRWAVE_CMDS { 77 - AMDGPU_DEBUGFS_GPRWAVE_CMD_SET_STATE=0, 77 + AMDGPU_DEBUGFS_GPRWAVE_CMD_SET_STATE = 0, 78 78 }; 79 79 80 80 //reg2 interface