From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68F46C432C0 for ; Tue, 26 Nov 2019 02:50:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3797C2071A for ; Tue, 26 Nov 2019 02:50:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nvidia.com header.i=@nvidia.com header.b="EXzB2l7d" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727148AbfKZCuc (ORCPT ); Mon, 25 Nov 2019 21:50:32 -0500 Received: from hqemgate14.nvidia.com ([216.228.121.143]:15900 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725946AbfKZCuc (ORCPT ); Mon, 25 Nov 2019 21:50:32 -0500 Received: from hqpgpgate101.nvidia.com (Not Verified[216.228.121.13]) by hqemgate14.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA) id ; Mon, 25 Nov 2019 18:50:35 -0800 Received: from hqmail.nvidia.com ([172.20.161.6]) by hqpgpgate101.nvidia.com (PGP Universal service); Mon, 25 Nov 2019 18:50:31 -0800 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Mon, 25 Nov 2019 18:50:31 -0800 Received: from [10.19.108.118] (10.124.1.5) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Tue, 26 Nov 2019 02:50:30 +0000 Subject: Re: [PATCH 01/10] usb: host: xhci-tegra: Fix "tega" -> "tegra" typo To: Thierry Reding , Mathias Nyman , Greg Kroah-Hartman CC: Jon Hunter , Nagarjuna Kristam , Sowjanya Komatineni , , References: <20191125123210.1564323-1-thierry.reding@gmail.com> <20191125123210.1564323-2-thierry.reding@gmail.com> X-Nvconfidentiality: public From: JC Kuo Message-ID: Date: Tue, 26 Nov 2019 10:50:28 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <20191125123210.1564323-2-thierry.reding@gmail.com> X-Originating-IP: [10.124.1.5] X-ClientProxiedBy: HQMAIL101.nvidia.com (172.20.187.10) To HQMAIL107.nvidia.com (172.20.187.13) Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1574736635; bh=1H+dEd1NafKkz8/NDNK4+pWjOWEcyCrUNoNf0H+F4FU=; h=X-PGP-Universal:Subject:To:CC:References:X-Nvconfidentiality:From: Message-ID:Date:User-Agent:MIME-Version:In-Reply-To: X-Originating-IP:X-ClientProxiedBy:Content-Type:Content-Language: Content-Transfer-Encoding; b=EXzB2l7ddoOb3O6rWpRg53hOCr32QJ5dVlZ9kaiJdzIIkSoJQsv2HbzK2928k5SKW RBVKOuQUUypOufwWKMD9xfVkW90CqY+E7ohEQV19DS8/j7ZFx0g1vj3A0WQSphk7MD Pge5TFL88Bswhz5XjzAeruKQpKdOOVrmogW3GeQZgVpvTKAQvTbCt3YTCsNGoFGoxM Haqdn/rE1nIVILBRdiAoR5mUCiSdMROaqygDpA0kT0aktvWuEQEQSDx5JkrlTX8FOl 2yZQeRbZQ8dfGc2LhtCVu/zbln1rQIwPIf1hx3p8+jPjANuLV4YBM7CGhM2gIMbbMi bRvcRru6cj10g== Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Reviewed-by: JC Kuo On 11/25/19 8:32 PM, Thierry Reding wrote: > From: Thierry Reding > > The tegra_xusb_mbox_regs structure was misspelled tega_xusb_mbox_regs. > Fortunately this was done consistently so it didn't cause any issues. > > Signed-off-by: Thierry Reding > --- > drivers/usb/host/xhci-tegra.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/usb/host/xhci-tegra.c b/drivers/usb/host/xhci-tegra.c > index bf9065438320..aa1c4e5fd750 100644 > --- a/drivers/usb/host/xhci-tegra.c > +++ b/drivers/usb/host/xhci-tegra.c > @@ -145,7 +145,7 @@ struct tegra_xusb_phy_type { > unsigned int num; > }; > > -struct tega_xusb_mbox_regs { > +struct tegra_xusb_mbox_regs { > u16 cmd; > u16 data_in; > u16 data_out; > @@ -166,7 +166,7 @@ struct tegra_xusb_soc { > } usb2, ulpi, hsic, usb3; > } ports; > > - struct tega_xusb_mbox_regs mbox; > + struct tegra_xusb_mbox_regs mbox; > > bool scale_ss_clock; > bool has_ipfs; >