From patchwork Tue Aug 7 14:31:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Faisal Mehmood X-Patchwork-Id: 10558753 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3143F139A for ; Tue, 7 Aug 2018 14:33:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1F557281B7 for ; Tue, 7 Aug 2018 14:33:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1392F28683; Tue, 7 Aug 2018 14:33:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BA95B281B7 for ; Tue, 7 Aug 2018 14:33:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389540AbeHGQrq (ORCPT ); Tue, 7 Aug 2018 12:47:46 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:37214 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389539AbeHGQrq (ORCPT ); Tue, 7 Aug 2018 12:47:46 -0400 Received: by mail-wm0-f65.google.com with SMTP id n11-v6so18343873wmc.2 for ; Tue, 07 Aug 2018 07:33:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:mime-version:content-disposition :user-agent; bh=oGrH6hPOFLBbQpH1daeP2ECS1JW1FgN5/inrrPtBeVI=; b=iWm/MZf77fCmwQ/+HzXOgHEaqpuk81KjQ9kjClj9/YPU5nOEN7cuYbb+Egof6TGewR BtCzQ7CmpUhTUqvEAy4LZIVqz2GS85KTdTk+a5z61tZcsUv6KkhkLXw+ZDLkjePidPiI dxh5QxAZN4tOuT6OAOsfK9pcmk6eKMiXXntL6kwf1kZcUeCnFtFvrBJuK1isVMtLup5y WQsgK3Ps3ZFVkTL73OtMv17qB3A/k9fnKQ3WIqtZhkcMgulLcNDT3IUT+CUzRl2dvWjW Pj2MianNF1ArSlxkSs+qi6tiak4vaEz0cBEa439fpZkB8WtepNCKDeJ8hqbiKzkBFb5y j3zQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=oGrH6hPOFLBbQpH1daeP2ECS1JW1FgN5/inrrPtBeVI=; b=I62c3r8mD+mDK5kfna9Luf0SdsWaGfAFOkvNGqsI6fbp0a70clYZ+Ui0QXqA81A0Hb GX0SEXPnrzCaWpMFPPzSg0cMaMTdjB7LjeUkOpLpWn9EGKatiJtzGKEOwyiiBkYgNwbn VoeokIZqPg5EOTWY3nSrJL9zavTYxDvW2JZ5WkuhUX27Ksw84Now+mzCnsB3W3wdCZ/z 5iF4nlcAToAmaKpC0CJVUpkN4A+2HgzqY8gV17Nqv+EITHfDkrmnxL1OZxhIDiKtF9uH UQCeomyUgR5Apl56hGqaSGJimQ4jhgmhkjWrticRcm7mHiRgXt14Lq0Zad5/JGv8WKJ5 F12w== X-Gm-Message-State: AOUpUlFUl4KcnamNkJqaiBMF3sRoPpKwp7AzJ44qh8xVqDxB7LTjN/0O D/O29n89wW5JH5b0lnFsjj4J+TsMo+ZEWnOy X-Google-Smtp-Source: AA+uWPyeHskMDwthcJVM9bnJC403PcOFSaaFeDiPjAAXK7u79P4tkehmjFWC/Z+uM94g2dmuVnyDlw== X-Received: by 2002:a1c:c3c4:: with SMTP id t187-v6mr1977229wmf.123.1533652389649; Tue, 07 Aug 2018 07:33:09 -0700 (PDT) Received: from Fulcrum ([39.32.164.72]) by smtp.gmail.com with ESMTPSA id g10-v6sm1968320wrv.90.2018.08.07.07.33.07 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 07 Aug 2018 07:33:08 -0700 (PDT) Date: Tue, 7 Aug 2018 19:31:27 +0500 From: Faisal Mehmood To: Felipe Balbi Cc: Greg Kroah-Hartman , linux-usb@vger.kernel.org Subject: [PATCH] usb/dwc3: Fix spelling of 'optimizations' Message-ID: <20180807143127.GA22896@Fulcrum> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 'optimizations' was misspelled as 'optmization'. Fixed it. It is a coding style change which should have no impact on runtime execution of code. Signed-off-by: Faisal Mehmood --- drivers/usb/dwc3/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c index 103807587dc6..ab90f680deed 100644 --- a/drivers/usb/dwc3/core.c +++ b/drivers/usb/dwc3/core.c @@ -748,7 +748,7 @@ static void dwc3_core_setup_global_control(struct dwc3 *dwc) /* check if current dwc3 is on simulation board */ if (dwc->hwparams.hwparams6 & DWC3_GHWPARAMS6_EN_FPGA) { - dev_info(dwc->dev, "Running with FPGA optmizations\n"); + dev_info(dwc->dev, "Running with FPGA optimizations\n"); dwc->is_fpga = true; }