projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a0abeb
)
drm/amdgpu: open brace '{' following struct go on the same line
author
Ran Sun
<sunran001@208suo.com>
Fri, 21 Jul 2023 03:32:06 +0000
(11:32 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 25 Jul 2023 17:44:00 +0000
(13:44 -0400)
ERROR: open brace '{' following struct go on the same line
Signed-off-by: Ran Sun <sunran001@208suo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/inc/amdgpu_pm.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/pm/inc/amdgpu_pm.h
b/drivers/gpu/drm/amd/pm/inc/amdgpu_pm.h
index 52045ad59beda8838e76d5eb3110167a72ba41c4..eec816f0cbf925debbcf79f3f6a1afe2e4a56497 100644
(file)
--- a/
drivers/gpu/drm/amd/pm/inc/amdgpu_pm.h
+++ b/
drivers/gpu/drm/amd/pm/inc/amdgpu_pm.h
@@
-24,8
+24,7
@@
#ifndef __AMDGPU_PM_H__
#define __AMDGPU_PM_H__
-struct cg_flag_name
-{
+struct cg_flag_name {
u64 flag;
const char *name;
};