diff options
| author | 2023-07-21 11:32:06 +0800 | |
|---|---|---|
| committer | 2023-07-25 13:44:00 -0400 | |
| commit | 2b048fa0ddc4021ce460c4faf96cecf63b425c5d (patch) | |
| tree | 414c50ee56d258bdf7eed3f66497926a55de2dbf /drivers/gpu/drm/amd/pm/inc/amdgpu_pm.h | |
| parent | drm/amd/pm: open brace '{' following struct go on the same line (diff) | |
| download | wireguard-linux-2b048fa0ddc4021ce460c4faf96cecf63b425c5d.tar.xz wireguard-linux-2b048fa0ddc4021ce460c4faf96cecf63b425c5d.zip | |
drm/amdgpu: open brace '{' following struct go on the same line
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>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/inc/amdgpu_pm.h')
| -rw-r--r-- | drivers/gpu/drm/amd/pm/inc/amdgpu_pm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/pm/inc/amdgpu_pm.h b/drivers/gpu/drm/amd/pm/inc/amdgpu_pm.h index 52045ad59bed..eec816f0cbf9 100644 --- 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; }; |
