From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=none X-Greylist: delayed 63 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Mon, 20 Nov 2023 17:16:40 PST Received: from mx.socionext.com (mx.socionext.com [202.248.49.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id E7449A2; Mon, 20 Nov 2023 17:16:40 -0800 (PST) Received: from unknown (HELO iyokan2-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 21 Nov 2023 10:15:36 +0900 Received: from mail.mfilter.local (mail-arc02.css.socionext.com [10.213.46.40]) by iyokan2-ex.css.socionext.com (Postfix) with ESMTP id 3CD002059053; Tue, 21 Nov 2023 10:15:36 +0900 (JST) Received: from kinkan2.css.socionext.com ([172.31.9.51]) by m-FILTER with ESMTP; Tue, 21 Nov 2023 10:15:36 +0900 Received: from [10.212.246.227] (unknown [10.212.246.227]) by kinkan2.css.socionext.com (Postfix) with ESMTP id 2D2B6B6325; Tue, 21 Nov 2023 10:15:34 +0900 (JST) Message-ID: <285420df-7dcf-f828-7e72-12ed85fba030@socionext.com> Date: Tue, 21 Nov 2023 10:15:35 +0900 Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH v2 1/6] PCI: dwc: Drop host prefix from struct dw_pcie_host_ops To: Yoshihiro Shimoda , lpieralisi@kernel.org, kw@linux.com, robh@kernel.org, bhelgaas@google.com, jingoohan1@gmail.com, gustavo.pimentel@synopsys.com, mani@kernel.org Cc: linux-pci@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Vignesh Raghavendra , Krzysztof Kozlowski , Alim Akhtar , Richard Zhu , Lucas Stach , Shawn Guo , Sascha Hauer , Fabio Estevam , Minghuan Lian , Mingkai Hu , Roy Zang , Yue Wang , Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , Jonathan Chocron , Thomas Petazzoni , Jesper Nilsson , Heiko Stuebner , Paul Walmsley , Greentime Hu , Chuanhua Lei , Xiaowei Song , Binghui Wang , Andy Gross , Bjorn Andersson , Konrad Dybcio , Marek Vasut , Pratyush Anand , Thierry Reding , Jonathan Hunter , Masami Hiramatsu , Nobuhiro Iwamatsu References: <20231114055456.2231990-1-yoshihiro.shimoda.uh@renesas.com> <20231114055456.2231990-2-yoshihiro.shimoda.uh@renesas.com> Content-Language: en-US From: Kunihiko Hayashi In-Reply-To: <20231114055456.2231990-2-yoshihiro.shimoda.uh@renesas.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Shimoda-san, On 2023/11/14 14:54, Yoshihiro Shimoda wrote: > Since the name of dw_pcie_host_ops indicates that it's for host > obviously, drop host prefix from the struct. > > Signed-off-by: Yoshihiro Shimoda > --- > drivers/pci/controller/dwc/pcie-uniphier.c | 2 +- For uniphier: Acked-by: Kunihiko Hayashi Thank you, --- Best Regards Kunihiko Hayashi