From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BE469A00E6 for ; Mon, 8 Jul 2019 15:29:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8870737B0; Mon, 8 Jul 2019 15:29:07 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id BA33A3256 for ; Mon, 8 Jul 2019 15:29:05 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 97FFB6D0; Mon, 8 Jul 2019 09:29:04 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 08 Jul 2019 09:29:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=MV/zLH79pRNA//c5bDBzxTq648mMJ3MHefDTm/FYNXY=; b=jRBGCkdUcKFt NZooEmpkPs0uTzCivAQcaOYzTDJY9x14h7LAKL9WcWnszIPyhhiKZ18GgDgToKn/ 40SPZuaQEQnrGgo53uO8XxgxYdI/AW3pqCddvwcn5BB7t8kcLXdLhPauJL0WOjfT gMw/HK54T5/ZlHhYG5Qj/FUuh8Bi3CE= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=MV/zLH79pRNA//c5bDBzxTq648mMJ3MHefDTm/FYN XY=; b=BX0xgrbxuYcaVb7EinWUFR7wOs2+ofXkg9wQTBw1O6uWv8ZPjWOApunlD 7z1liKAxAFvAMeptcsV3dCPYjFwDleX34rCZL6CbQauuTDF4SbKqkhRmXhFX+i2M hkkGrkCiy2OQNZ+G0FA6Mb8ez8dlaI6RR/V5zVYJ/Ick9RcS8Ivl5qLZT+y4WnK3 YrxlbUe3EQz2V2bDBcShpt7emOIfjA8Lxmr7zfolURvEheHhz88XOsVsmbIR/kU+ y1POrIQ2B8mklNnOqT5S1gjLOhQMhhy4ss8mT7KTauU/PkTxZVY8yPL+aa9EuY2K BzNVwi41fy5EZCJkvn8usxhv1lYhQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrgedtgdeijecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 34016380074; Mon, 8 Jul 2019 09:29:03 -0400 (EDT) From: Thomas Monjalon To: kkanas@marvell.com Cc: dev@dpdk.org, Jerin Jacob , Nithin Dabilpuram , Vamsi Attunuru Date: Mon, 08 Jul 2019 15:29:01 +0200 Message-ID: <12424142.ir4GPTDIeb@xps> In-Reply-To: <20190708121833.4208-1-kkanas@marvell.com> References: <20190708121833.4208-1-kkanas@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] common/octeontx2: cleanup void returns X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 08/07/2019 14:18, kkanas@marvell.com: > From: Krzysztof Kanas > > mbox_unregister_vf_irq and mbox_unregister_pf_irq returns void value. > mbox_unregister_irq also returns void. > > Clang with flags '-Wall -Wextra -pedantic' complains about: > void function should not return void expression > > Signed-off-by: Krzysztof Kanas Applied, thanks