[PATCH] drm/radeon/dpm: ERROR: open brace '{' following enum go on the same line

2023-07-14 Thread shijie001
Fix four occurrences of the checkpatch.pl error: ERROR: open brace '{' following enum go on the same line Signed-off-by: Jie Shi --- drivers/gpu/drm/radeon/ni_dpm.h | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/radeon/ni_dpm.h b/drivers/gpu/dr

[PATCH] drm/radeon: ERROR: space prohibited before that ', ' (ctx:WxV)

2023-07-14 Thread shijie001
Fix two occurrences of the checkpatch.pl error: ERROR: space prohibited before that ',' (ctx:WxV) ERROR: space required after that ',' (ctx:WxV) Signed-off-by: Jie Shi --- drivers/gpu/drm/radeon/atom-bits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/rade

[PATCH] drm/radeon: ERROR: spaces required around that '+=' (ctx:VxV)

2023-07-14 Thread shijie001
Fix two occurrences of the checkpatch.pl error: ERROR: spaces required around that '+=' (ctx:VxV) Signed-off-by: Jie Shi --- drivers/gpu/drm/radeon/r100.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/r100.c b/drivers/gpu/drm/radeon/r100.c index af

[PATCH] drm/radeon: ERROR: "(foo*)" should be "(foo *)"

2023-07-14 Thread shijie001
Fix one occurrence of the checkpatch.pl error: ERROR: "(foo*)" should be "(foo *)" Signed-off-by: Jie Shi --- drivers/gpu/drm/radeon/uvd_v1_0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/uvd_v1_0.c b/drivers/gpu/drm/radeon/uvd_v1_0.c index 58557

[PATCH] drm/radeon: ERROR: that open brace { should be on the previous line

2023-07-14 Thread shijie001
Fix eight occurrences of the checkpatch.pl error: ERROR: that open brace { should be on the previous line ERROR: space prohibited before that close parenthesis ')' ERROR: spaces required around that '?' (ctx:VxW) Signed-off-by: Jie Shi --- drivers/gpu/drm/radeon/sumo_dpm.c | 18

[PATCH] drm/radeon: ERROR: open brace '{' following struct go on the same line

2023-07-14 Thread shijie001
Fix seventeen occurrences of the checkpatch.pl error: ERROR: open brace '{' following struct go on the same line Signed-off-by: Jie Shi --- drivers/gpu/drm/radeon/smu7_discrete.h | 51 +- 1 file changed, 17 insertions(+), 34 deletions(-) diff --git a/drivers/gpu/drm/rad

[PATCH] drm/radeon: ERROR: open brace '{' following function definitions go on the next line

2023-07-14 Thread shijie001
Fix four occurrences of the checkpatch.pl error: ERROR: open brace '{' following function definitions go on the next line Signed-off-by: Jie Shi --- drivers/gpu/drm/radeon/radeon_atpx_handler.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/rade

[PATCH] drm/radeon: ERROR: "foo* bar" should be "foo *bar"

2023-07-14 Thread shijie001
Fix five occurrences of the checkpatch.pl error: ERROR: "foo* bar" should be "foo *bar" ERROR: that open brace { should be on the previous line Signed-off-by: Jie Shi --- drivers/gpu/drm/radeon/radeon_audio.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/driver