From patchwork Fri Mar 14 08:02:49 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Li Qiong X-Patchwork-Id: 14016404 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C8801C282EC for ; Fri, 14 Mar 2025 08:10:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Reply-To: Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References:List-Owner; bh=4Pw9yo5egXLI8hmpm0Nh7uHGAor3ZucGYnxgHiOb1xc=; b=3wvQqEDfrYbHaCpNbamEkeDgiR IvaLU8H8VCQA/pG7cXwcUFUKEd0F9v/EdkmrX4iFiahqNzBDLcSDrFhWJrFD71CP7a4hljOWXl49j wxbzsioeqhGEJESvLyXFP9fQRGHCJsWE/R5nrTkGHggdNMN50E3YeHEwJqd/sd5EG7oOq9h1/jn52 xBhYAU4XVy2cfPG7iIj/RLWlE06GWPDaCDeTMdgzWUlIaWa6gv3erXbXDAhq/srbYC7kW8489/+VV h/eynGXmlKAHXByyBhtolY9YFqiIYay4a5uVdXeJc2aJ8kdv7PMXph0bZErCWEwkWbaVgm67Sbqnb WjkqQpDQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tt07j-0000000DOyw-1BF5; Fri, 14 Mar 2025 08:10:31 +0000 Received: from [42.101.60.213] (helo=mail.nfschina.com) by bombadil.infradead.org with smtp (Exim 4.98 #2 (Red Hat Linux)) id 1tt00b-0000000DNra-0Wod for linux-arm-kernel@lists.infradead.org; Fri, 14 Mar 2025 08:03:10 +0000 Received: from liqiong-suma.shanghai.nfschina.local (unknown [180.167.10.98]) by mail.nfschina.com (MailData Gateway V2.8.8) with ESMTPSA id 81287606B2728; Fri, 14 Mar 2025 16:03:05 +0800 (CST) X-MD-Sfrom: liqiong@nfschina.com X-MD-SrcIP: 180.167.10.98 From: Li Qiong To: Greg Kroah-Hartman , Michal Simek Cc: Li Qiong , linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 2/2] usb: gadget: udc-xilinx: Remove the invalid comment Date: Fri, 14 Mar 2025 16:02:49 +0800 Message-Id: <20250314080249.469307-2-liqiong@nfschina.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20250314080249.469307-1-liqiong@nfschina.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250314_010309_330322_3BEAB853 X-CRM114-Status: UNSURE ( 8.25 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The function don't return value, remove the invalid comment. Signed-off-by: Li Qiong --- drivers/usb/gadget/udc/udc-xilinx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/usb/gadget/udc/udc-xilinx.c b/drivers/usb/gadget/udc/udc-xilinx.c index ae2aeb271897..fa94cc065274 100644 --- a/drivers/usb/gadget/udc/udc-xilinx.c +++ b/drivers/usb/gadget/udc/udc-xilinx.c @@ -2178,8 +2178,6 @@ static int xudc_probe(struct platform_device *pdev) /** * xudc_remove - Releases the resources allocated during the initialization. * @pdev: pointer to the platform device structure. - * - * Return: 0 always */ static void xudc_remove(struct platform_device *pdev) {