projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40d89a9
)
drm/radeon: Clean up errors in kv_smc.c
author
GuoHua Chen
<chenguohua_716@163.com>
Thu, 11 Jan 2024 08:54:45 +0000
(08:54 +0000)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 18 Jan 2024 20:39:53 +0000
(15:39 -0500)
Fix the following errors reported by checkpatch:
ERROR: spaces required around that '=' (ctx:VxW)
Signed-off-by: GuoHua Chen <chenguohua_716@163.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/kv_smc.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/kv_smc.c
b/drivers/gpu/drm/radeon/kv_smc.c
index c0a59527e7b8e329d6f7e9d2727c7cd31d1b8490..65831cca6730f0e5ee7f55f38616b60063a6a180 100644
(file)
--- a/
drivers/gpu/drm/radeon/kv_smc.c
+++ b/
drivers/gpu/drm/radeon/kv_smc.c
@@
-189,7
+189,7
@@
int kv_copy_bytes_to_smc(struct radeon_device *rdev,
if (ret)
return ret;
- original_data= RREG32(SMC_IND_DATA_0);
+ original_data
= RREG32(SMC_IND_DATA_0);
extra_shift = 8 * (4 - byte_count);