diff options
author | 2023-04-28 16:04:59 +0530 | |
---|---|---|
committer | 2023-06-09 09:25:54 -0400 | |
commit | 8fa76350587b6deb8a95d83f9cb23ce7599587b5 (patch) | |
tree | c748c31d672274e1e394c966a3e5a2d3493ac6f6 /drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | |
parent | drm/amdgpu: Enable mcbp under sriov by default (diff) | |
download | wireguard-linux-8fa76350587b6deb8a95d83f9cb23ce7599587b5.tar.xz wireguard-linux-8fa76350587b6deb8a95d83f9cb23ce7599587b5.zip |
drm/amd/amdgpu: Fix style problems in amdgpu_debugfs.c
Fix the following issues reported by checkpatch:
WARNING: please, no space before tabs
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
WARNING: sizeof *rd should be sizeof(*rd)
WARNING: Missing a blank line after declarations
WARNING: sizeof rd->id should be sizeof(rd->id)
WARNING: static const char * array should probably be static const char * const
WARNING: Symbolic permissions 'S_IRUGO' are not preferred. Consider using octal permissions '0444'.
WARNING: Prefer seq_puts to seq_printf
ERROR: space prohibited after that open parenthesis '('
Cc: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c')
0 files changed, 0 insertions, 0 deletions