From nobody Tue Sep 9 01:01:46 2025 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 03484C001B0 for ; Mon, 24 Jul 2023 03:37:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229892AbjGXDhG (ORCPT ); Sun, 23 Jul 2023 23:37:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39006 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229506AbjGXDhE (ORCPT ); Sun, 23 Jul 2023 23:37:04 -0400 Received: from mail.208.org (unknown [183.242.55.162]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B1546E40 for ; Sun, 23 Jul 2023 20:37:03 -0700 (PDT) Received: from mail.208.org (email.208.org [127.0.0.1]) by mail.208.org (Postfix) with ESMTP id 4R8Qnm1jBszBRYmR for ; Mon, 24 Jul 2023 11:37:00 +0800 (CST) Authentication-Results: mail.208.org (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=208.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=208.org; h= content-transfer-encoding:content-type:message-id:user-agent :references:in-reply-to:subject:to:from:date:mime-version; s= dkim; t=1690169820; x=1692761821; bh=QtbczKRz0FUK6RRntB/EC/QnHLq xHBVDRWfCYscwKwc=; b=QSrSlD/UrOyUZ98Zz3buV6E6NJS6T8V5a1mI8VW1XuH bHDBtucvsT1SE+VM4LHgv3eYpWAZgbsRuTN6h1D5W6yvdiJKtwyyOUZpKBOmA/SG Mu2qPE5u6uBXhOwanCOsdmskVqOssUY7Bvefr46h8B1xQhYA8LtwjN+fBLgcdBOZ zwc3RILbFOpAJun4DBuLqK6dajqMbq41yoMCg1Xy2lJSWbyhyadcoLtxp2M6n0PI TaLaPSlYchaUK4P433jY9bpMUhoP1QIySz36Knr4AGQMivV3LNhj/YG2kMw7O4n1 vafZjI/DHgoGJ02X78lvRU/pCLz0amUZv8N2FbMy2ng== X-Virus-Scanned: amavisd-new at mail.208.org Received: from mail.208.org ([127.0.0.1]) by mail.208.org (mail.208.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id H8_mOp61xwON for ; Mon, 24 Jul 2023 11:37:00 +0800 (CST) Received: from localhost (email.208.org [127.0.0.1]) by mail.208.org (Postfix) with ESMTPSA id 4R8Qnl6T7QzBJTF7; Mon, 24 Jul 2023 11:36:59 +0800 (CST) MIME-Version: 1.0 Date: Mon, 24 Jul 2023 11:36:59 +0800 From: sunran001@208suo.com To: alexander.deucher@amd.com Cc: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: [PATCH] drm/radeon: that open brace { should be on the previous line In-Reply-To: <20230724033555.8039-1-xujianghui@cdjrlc.com> References: <20230724033555.8039-1-xujianghui@cdjrlc.com> User-Agent: Roundcube Webmail Message-ID: X-Sender: sunran001@208suo.com Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8"; format="flowed" ERROR: that open brace { should be on the previous line Signed-off-by: Ran Sun --- drivers/gpu/drm/radeon/clearstate_si.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/clearstate_si.h=20 b/drivers/gpu/drm/radeon/clearstate_si.h index 356219c6c7f2..7da8418704fe 100644 --- a/drivers/gpu/drm/radeon/clearstate_si.h +++ b/drivers/gpu/drm/radeon/clearstate_si.h @@ -23,8 +23,7 @@ #include "clearstate_defs.h" -static const u32 si_SECT_CONTEXT_def_1[] =3D -{ +static const u32 si_SECT_CONTEXT_def_1[] =3D { 0x00000000, // DB_RENDER_CONTROL 0x00000000, // DB_COUNT_CONTROL 0x00000000, // DB_DEPTH_VIEW