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=-18.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_RED, USER_AGENT_GIT autolearn=unavailable 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 7352EC47088 for ; Wed, 26 May 2021 13:01:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5868F611CD for ; Wed, 26 May 2021 13:01:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235170AbhEZNDQ (ORCPT ); Wed, 26 May 2021 09:03:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41010 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234815AbhEZNCe (ORCPT ); Wed, 26 May 2021 09:02:34 -0400 Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9F760C061574 for ; Wed, 26 May 2021 06:01:01 -0700 (PDT) Received: by mail-wr1-x436.google.com with SMTP id v12so1050505wrq.6 for ; Wed, 26 May 2021 06:01:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=17TLDNLMNiym6ubj/VtPGlj55f+c+ePvdls2dO6JkRY=; b=TGLHVGFi1H//LWKDiIWU146HBPcQTOaAlInzDkKMtYnxgyDireXkUStdB+szDl42Nm Porl3MeG7WOKPLmG7w4PtGsySMaNyeI8PRpCTpJaXkJfm9sQd1Yphs1eQNt0RIJKxE64 TehxMX048t5Tbbg6swQXkW622n49KAoGudtoI6PPWSrmpwD5ae7RhXDfpiDbJviw65n6 0RQPNbmvNqaT43Z9csy2y2TZdia1ktJilRXpO0wwhux6DArbAF1jQvCVUl6Rzqptiyk7 vi/2ZC+n1OhFh0HF20lUsB8Mm43rZW/IgOyRJIH8BTF/89W+v2LCr44j2BXHYtVsHUKq GakA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=17TLDNLMNiym6ubj/VtPGlj55f+c+ePvdls2dO6JkRY=; b=VcJBn9kM8v/A7ZL3UAdOdkn2+G/MJNCEBKNWsZLTMn7l5lEIqrXCB6hq2jT/IucMxc zhdn/CE4FJFTF5mbxjuMdTAQ1yfMa3Mfqto3Mk37Wv6K3Sh6hzhzILvmAbnbw+ir1R12 Pt+6m7RAoprxUHxnHi0QdvoyX6AIpjeTczJ8VwNkM6ebzFGv6bDD7lE9k9rqrkE+0YDn jvgIec0/IOrQc0+G5a57cbPBihSv4JmDYblq+EftCn76YLWsYS3bC8a0HIWF4DuhLAAx 9z7EyChQB4iDJ9ArAmq68NtE9aLZH/1zVAcuC5/3iPKrmNUCfJF120bxmvtD8eQD4Ww4 jJ8g== X-Gm-Message-State: AOAM531TMdH3MUHxslHOGa3bDyhfE1qXy+V3aDt9mgLwNT6dw0/IhyzX SNw5jO8oMQzrF+HKhJzLglfujw== X-Google-Smtp-Source: ABdhPJwSSW8n5Kv0hUGw8YkNXsldQQWfDpWds2vhGVUH6/jTlHvbZYEBWsEz54xZOZQcMRaIwRWhIw== X-Received: by 2002:a5d:4246:: with SMTP id s6mr29163575wrr.9.1622034060267; Wed, 26 May 2021 06:01:00 -0700 (PDT) Received: from dell.default ([91.110.221.223]) by smtp.gmail.com with ESMTPSA id y14sm6430036wmj.37.2021.05.26.06.00.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 May 2021 06:00:59 -0700 (PDT) From: Lee Jones To: lee.jones@linaro.org Cc: linux-kernel@vger.kernel.org, Peter Chen , Greg Kroah-Hartman , Liam Girdwood , Mark Brown , David Lopo , linux-usb@vger.kernel.org Subject: [PATCH 13/24] usb: chipidea: core: Fix incorrectly documented function 'ci_usb_phy_exit()' Date: Wed, 26 May 2021 14:00:26 +0100 Message-Id: <20210526130037.856068-14-lee.jones@linaro.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210526130037.856068-1-lee.jones@linaro.org> References: <20210526130037.856068-1-lee.jones@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixes the following W=1 kernel build warning(s): drivers/usb/chipidea/core.c:343: warning: expecting prototype for _ci_usb_phy_exit(). Prototype was for ci_usb_phy_exit() instead Cc: Peter Chen Cc: Greg Kroah-Hartman Cc: Liam Girdwood Cc: Mark Brown Cc: David Lopo Cc: linux-usb@vger.kernel.org Signed-off-by: Lee Jones --- drivers/usb/chipidea/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/chipidea/core.c b/drivers/usb/chipidea/core.c index 3f6c21406dbd2..2b18f5088ae4a 100644 --- a/drivers/usb/chipidea/core.c +++ b/drivers/usb/chipidea/core.c @@ -335,7 +335,7 @@ static int _ci_usb_phy_init(struct ci_hdrc *ci) } /** - * _ci_usb_phy_exit: deinitialize phy taking in account both phy and usb_phy + * ci_usb_phy_exit: deinitialize phy taking in account both phy and usb_phy * interfaces * @ci: the controller */ -- 2.31.1