mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-14 22:15:21 -04:00
drm/amd/pm: Clean up errors in smu_v13_0_6_ppt.c
Fix the following errors reported by checkpatch:
ERROR: code indent should use tabs where possible
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>
This commit is contained in:
@@ -1220,9 +1220,9 @@ static int smu_v13_0_6_get_power_limit(struct smu_context *smu,
|
||||
uint32_t *default_power_limit,
|
||||
uint32_t *max_power_limit)
|
||||
{
|
||||
struct smu_table_context *smu_table = &smu->smu_table;
|
||||
struct PPTable_t *pptable =
|
||||
(struct PPTable_t *)smu_table->driver_pptable;
|
||||
struct smu_table_context *smu_table = &smu->smu_table;
|
||||
struct PPTable_t *pptable =
|
||||
(struct PPTable_t *)smu_table->driver_pptable;
|
||||
uint32_t power_limit = 0;
|
||||
int ret;
|
||||
|
||||
@@ -1338,8 +1338,7 @@ static int smu_v13_0_6_set_irq_state(struct amdgpu_device *adev,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static const struct amdgpu_irq_src_funcs smu_v13_0_6_irq_funcs =
|
||||
{
|
||||
static const struct amdgpu_irq_src_funcs smu_v13_0_6_irq_funcs = {
|
||||
.set = smu_v13_0_6_set_irq_state,
|
||||
.process = smu_v13_0_6_irq_process,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user