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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,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 6A662C433E0 for ; Tue, 30 Jun 2020 18:34:36 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3CC7A2074D for ; Tue, 30 Jun 2020 18:34:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="LVCOnzgN" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3CC7A2074D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=mleia.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=/99JQj34oU9vLOb+Y83HfGtHG9jBm+wqZytTFGbuJek=; b=LVCOnzgNiHPoiz84HniA2qMMM PYq7siu0ulMxGkYZwzQLFWLvE0pXqwuzn5kpGiUhZ2Y3SLAyL94pzTq3nBb9P81vTiXDtdXqyT24O JKnXWbT49Se/eNA2lRW9fiMI3YzV8OtsDNyxemqUYArldpAz11H2OqzzoEaeXKkO10+fTCPImrSnV zr0UNcna+cU9PlQB4DpfQWYjES+SHb+MbIirXnpZSMJvD1WzXew99XAsq33ZJ0+CC5/X928+gyVpP Ai/3cFModvof/XY6XE3FtiGkKH3LyyGFShNTuPeiAnH2Wx9PyMpXmfZB9G7xtMWyH8Q4DdCnnV2yz JBwY3v1IQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jqL3f-0003Pk-TG; Tue, 30 Jun 2020 18:32:39 +0000 Received: from mleia.com ([178.79.152.223] helo=mail.mleia.com) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jqL3d-0003PN-5T for linux-arm-kernel@lists.infradead.org; Tue, 30 Jun 2020 18:32:38 +0000 Received: from mail.mleia.com (localhost [127.0.0.1]) by mail.mleia.com (Postfix) with ESMTP id 5D86B3F1545; Tue, 30 Jun 2020 18:32:34 +0000 (UTC) Subject: Re: [PATCH] udc: lpc32xx: mark local function static To: Arnd Bergmann , Felipe Balbi , Greg Kroah-Hartman , Sylvain Lemieux References: <20200630115836.1283978-1-arnd@arndb.de> From: Vladimir Zapolskiy Message-ID: Date: Tue, 30 Jun 2020 21:32:26 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: <20200630115836.1283978-1-arnd@arndb.de> Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-49551924 X-CRM114-CacheID: sfid-20200630_183234_408698_0977D780 X-CRM114-Status: GOOD ( 11.11 ) /bin/ln: failed to access 'reaver_cache/texts/20200630_183234_408698_0977D780': No such file or directory X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200630_183234_408698_0977D780 X-CRM114-Status: GOOD ( 12.57 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, kernel test robot , linux-arm-kernel@lists.infradead.org, "Gustavo A. R. Silva" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Arnd, thank you for the patch. On 6/30/20 2:58 PM, Arnd Bergmann wrote: > The kernel test robot reports two functions that should be marked > static: > >>> drivers/usb/gadget/udc/lpc32xx_udc.c:1928:6: warning: no previous prototype for 'udc_send_in_zlp' [-Wmissing-prototypes] > 1928 | void udc_send_in_zlp(struct lpc32xx_udc *udc, struct lpc32xx_ep *ep) >>> drivers/usb/gadget/udc/lpc32xx_udc.c:1942:6: warning: no previous prototype for 'udc_handle_eps' [-Wmissing-prototypes] > 1942 | void udc_handle_eps(struct lpc32xx_udc *udc, struct lpc32xx_ep *ep) > > This showed up after my commit 792e559e94bc ("udc: lpc32xx: fix 64-bit > compiler warning") made it possible to build the driver on x86-64. > > Fix the warning as suggested. > > Reported-by: kernel test robot > Signed-off-by: Arnd Bergmann Acked-by: Vladimir Zapolskiy -- Best wishes, Vladimir _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel