From nobody Sun Feb 8 05:35:46 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68915EB64DD for ; Tue, 1 Aug 2023 07:55:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230319AbjHAHzW (ORCPT ); Tue, 1 Aug 2023 03:55:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55516 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229719AbjHAHzU (ORCPT ); Tue, 1 Aug 2023 03:55:20 -0400 Received: from out28-74.mail.aliyun.com (out28-74.mail.aliyun.com [115.124.28.74]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1BC3C1BE9 for ; Tue, 1 Aug 2023 00:55:17 -0700 (PDT) X-Alimail-AntiSpam: AC=CONTINUE;BC=0.3847548|-1;CH=green;DM=|CONTINUE|false|;DS=CONTINUE|ham_alarm|0.00255057-0.000655741-0.996794;FP=0|0|0|0|0|-1|-1|-1;HT=ay29a033018047199;MF=sunran001@208suo.com;NM=1;PH=DS;RN=7;RT=7;SR=0;TI=SMTPD_---.U5l-U8X_1690876509; Received: from localhost.localdomain(mailfrom:sunran001@208suo.com fp:SMTPD_---.U5l-U8X_1690876509) by smtp.aliyun-inc.com; Tue, 01 Aug 2023 15:55:11 +0800 From: Ran Sun To: alexander.deucher@amd.com, airlied@gmail.com, daniel@ffwll.ch Cc: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Ran Sun Subject: [PATCH] drm/amdgpu: Clean up errors in common_baco.c Date: Tue, 1 Aug 2023 07:55:07 +0000 Message-Id: <20230801075507.6377-1-sunran001@208suo.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Fix the following errors reported by checkpatch: ERROR: code indent should use tabs where possible Signed-off-by: Ran Sun --- drivers/gpu/drm/amd/pm/powerplay/hwmgr/common_baco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/pm/powerplay/hwmgr/common_baco.c b/drivers= /gpu/drm/amd/pm/powerplay/hwmgr/common_baco.c index 1c73776bd606..fd79337a3536 100644 --- a/drivers/gpu/drm/amd/pm/powerplay/hwmgr/common_baco.c +++ b/drivers/gpu/drm/amd/pm/powerplay/hwmgr/common_baco.c @@ -42,7 +42,7 @@ static bool baco_wait_register(struct pp_hwmgr *hwmgr, u3= 2 reg, u32 mask, u32 va } =20 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 =3D (struct amdgpu_device *)(hwmgr->adev); u32 data; --=20 2.17.1