Commit 2b048fa0 authored by Ran Sun's avatar Ran Sun Committed by Alex Deucher

drm/amdgpu: open brace '{' following struct go on the same line

ERROR: open brace '{' following struct go on the same line
Signed-off-by: default avatarRan Sun <sunran001@208suo.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 4a0abebd
......@@ -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;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment