projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
599f7c8
)
drm/amdgpu: Clean up errors in uvd_v3_1.c
author
Ran Sun
<sunran001@208suo.com>
Wed, 2 Aug 2023 07:37:15 +0000
(07:37 +0000)
committer
Alex Deucher
<alexander.deucher@amd.com>
Wed, 9 Aug 2023 13:43:52 +0000
(09:43 -0400)
Fix the following errors reported by checkpatch:
ERROR: that open brace { should be on the previous line
Signed-off-by: Ran Sun <sunran001@208suo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/uvd_v3_1.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/uvd_v3_1.c
b/drivers/gpu/drm/amd/amdgpu/uvd_v3_1.c
index 0fef925b66024a7c705bdf251121a14d86546225..5534c769b655085f7d2dd97611ca0b1dd0892aa1 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/uvd_v3_1.c
+++ b/
drivers/gpu/drm/amd/amdgpu/uvd_v3_1.c
@@
-815,8
+815,7
@@
static const struct amd_ip_funcs uvd_v3_1_ip_funcs = {
.set_powergating_state = uvd_v3_1_set_powergating_state,
};
-const struct amdgpu_ip_block_version uvd_v3_1_ip_block =
-{
+const struct amdgpu_ip_block_version uvd_v3_1_ip_block = {
.type = AMD_IP_BLOCK_TYPE_UVD,
.major = 3,
.minor = 1,