From nobody Sun Feb 8 13:10:50 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 564B0C001DE for ; Wed, 2 Aug 2023 06:35:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232223AbjHBGfm (ORCPT ); Wed, 2 Aug 2023 02:35:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33962 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229607AbjHBGfk (ORCPT ); Wed, 2 Aug 2023 02:35:40 -0400 Received: from out28-107.mail.aliyun.com (out28-107.mail.aliyun.com [115.124.28.107]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D6EC79B for ; Tue, 1 Aug 2023 23:35:38 -0700 (PDT) X-Alimail-AntiSpam: AC=SUSPECT;BC=0.6725605|-1;BR=01201311R631b1;CH=blue;DM=|SUSPECT|false|;DS=CONTINUE|ham_alarm|0.0743208-0.00313566-0.922544;FP=0|0|0|0|0|-1|-1|-1;HT=ay29a033018047193;MF=sunran001@208suo.com;NM=1;PH=DS;RN=5;RT=5;SR=0;TI=SMTPD_---.U6YI7xD_1690958130; Received: from localhost.localdomain(mailfrom:sunran001@208suo.com fp:SMTPD_---.U6YI7xD_1690958130) by smtp.aliyun-inc.com; Wed, 02 Aug 2023 14:35:32 +0800 From: Ran Sun To: alexander.deucher@amd.com 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 cik_ih.c Date: Wed, 2 Aug 2023 06:35:29 +0000 Message-Id: <20230802063529.11608-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: that open brace { should be on the previous line Signed-off-by: Ran Sun --- drivers/gpu/drm/amd/amdgpu/cik_ih.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/cik_ih.c b/drivers/gpu/drm/amd/amdg= pu/cik_ih.c index df385ffc9768..6f7c031dd197 100644 --- a/drivers/gpu/drm/amd/amdgpu/cik_ih.c +++ b/drivers/gpu/drm/amd/amdgpu/cik_ih.c @@ -442,8 +442,7 @@ static void cik_ih_set_interrupt_funcs(struct amdgpu_de= vice *adev) adev->irq.ih_funcs =3D &cik_ih_funcs; } =20 -const struct amdgpu_ip_block_version cik_ih_ip_block =3D -{ +const struct amdgpu_ip_block_version cik_ih_ip_block =3D { .type =3D AMD_IP_BLOCK_TYPE_IH, .major =3D 2, .minor =3D 0, --=20 2.17.1