Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp2579544pxb; Tue, 21 Sep 2021 03:06:13 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwdtxaKJnhzuhoyfBXOU4i4EHrkoohn/NOtYmA9JraVoF+Ua+bI96TXVyL5QxAUTGtfmvVd X-Received: by 2002:a02:11c1:: with SMTP id 184mr23186843jaf.70.1632218773263; Tue, 21 Sep 2021 03:06:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632218773; cv=none; d=google.com; s=arc-20160816; b=U83asBObVxL0hO4wk//LoIkzPpTAFPDEjBuRwHu2LP7pHC33jdwyzo8Aq3Duuc07Gn Xj0M0b5oU1X+uYbJUlUrQHTOlgqJwFD+w5Gy1es9fiSqQ0weTsTtEt1un5u6sdGDAxyW qlKes865K72iD/iZRvxaocB+4gfQpj/1kstrddo1cz/pkEj33zYQUuFJPbR7SRnSNwyI N90CRM70BnFxIJRxZNf0DpKQaAZWfgnac1fvKRuXItSSLCFdJh5nE+503pvYPt6knmpe mNNwz23cEhFR6VTDVTw+srOgFYvihJVt0jlawHomBWx3kfYSunxKrAVl2bBdzc452eFP Hv0Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=p/JVTbOqoE1HVmoMxOwVrdd4nr5Wl2b88pg6E2P3Gok=; b=Le/KvtosMwLUsvm8IPM11mSUjCr+DSyu4w7pSLre5GCaiRINbfb4ujIsQyYo6pOYHL 7xT9S8uhFd+H7ex3vika97dqz5tv2UgQz9fa2XupHk+E0fuDJ5xHoH4t8fULCHkiaxFi dv4hklOEpW0OsuW50FOxdlp0smM87WFPpPkYzZHeFo0nBv/Hstej6VVfmRlHMXamCEZY Ny2CRqix1ixf/01VpizOupn5P6rTpnIAwraCIYR5Kc+5BChqsoux5OucEEDtNpr1JMhE FgsybhTYrKbpTPtSVF7Y0iTHyN9B6+OQVqraaGCF+ME6av6W6J2HfAG6xPgRjCjSg93D 6RcA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j11si15275392ilu.130.2021.09.21.03.06.01; Tue, 21 Sep 2021 03:06:13 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231754AbhIUKGD (ORCPT + 99 others); Tue, 21 Sep 2021 06:06:03 -0400 Received: from gloria.sntech.de ([185.11.138.130]:38236 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231599AbhIUKFk (ORCPT ); Tue, 21 Sep 2021 06:05:40 -0400 Received: from ip5f5a6e92.dynamic.kabel-deutschland.de ([95.90.110.146] helo=phil.lan) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mScdD-0001rd-53; Tue, 21 Sep 2021 12:04:07 +0200 From: Heiko Stuebner To: hjc@rock-chips.com, Jiapeng Chong Cc: Heiko Stuebner , linux-rockchip@lists.infradead.org, daniel@ffwll.ch, linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, airlied@linux.ie Subject: Re: [PATCH] drm/rockchip: dsi: make hstt_table static Date: Tue, 21 Sep 2021 12:03:34 +0200 Message-Id: <163221857584.2031971.7282418488874554364.b4-ty@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <1628218664-14230-1-git-send-email-jiapeng.chong@linux.alibaba.com> References: <1628218664-14230-1-git-send-email-jiapeng.chong@linux.alibaba.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 6 Aug 2021 10:57:44 +0800, Jiapeng Chong wrote: > This symbol is not used outside of dw-mipi-dsi-rockchip.c, so marks > it static. > > Fix the following sparse warning: > > drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c:646:13: warning: symbol > 'hstt_table' was not declared. Should it be static? Applied, thanks! [1/1] drm/rockchip: dsi: make hstt_table static commit: adfeef9370ff8b53c5f73cda3a63531d92b1ca64 Best regards, -- Heiko Stuebner