drm/amdgpu: Clean up errors in common_baco.c
authorRan Sun <sunran001@208suo.com>
Tue, 1 Aug 2023 07:55:07 +0000 (07:55 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Aug 2023 13:40:42 +0000 (09:40 -0400)
Fix the following errors reported by checkpatch:

ERROR: code indent should use tabs where possible

Signed-off-by: Ran Sun <sunran001@208suo.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/powerplay/hwmgr/common_baco.c

index 1c73776bd606fdb3412925a49348c365e52f1dc6..fd79337a3536645bf7dfaa424fe25cbff629c3f9 100644 (file)
@@ -42,7 +42,7 @@ static bool baco_wait_register(struct pp_hwmgr *hwmgr, u32 reg, u32 mask, u32 va
 }
 
 static bool baco_cmd_handler(struct pp_hwmgr *hwmgr, u32 command, u32 reg, u32 mask,
-                               u32 shift, u32 value, u32 timeout)
+                               u32 shift, u32 value, u32 timeout)
 {
        struct amdgpu_device *adev = (struct amdgpu_device *)(hwmgr->adev);
        u32 data;