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 D73EFA04FA; Thu, 6 Feb 2020 03:31:54 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D2E711C1E5; Thu, 6 Feb 2020 03:31:53 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 80B841C1E3; Thu, 6 Feb 2020 03:31:52 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 120C421EC3; Wed, 5 Feb 2020 21:31:52 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 05 Feb 2020 21:31:52 -0500 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=2SyB1wUxIO3N4FZCi8uZSqnrzaYyb/7qPHyTq1HsW/Y=; b=ib15WWp61o/i odxdPWTqZkrM6XQ5WH6dBjBfFIJMjrtYSXvEQ1BDMuSJpxyLLjLV3Um4wLiJFaJe ej0/rSHaz/etofr4XyO+lGCuQRZkR5E3h0i3o6lRmUV+euv0Lfnv4jwG6arFULZi YwDG+cYOS3uzE6uj/PH3mj80gM+GNEc= 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=fm2; bh=2SyB1wUxIO3N4FZCi8uZSqnrzaYyb/7qPHyTq1HsW /Y=; b=xFQXgFZwpjLvvE1hvNJOLsD1k+Y0fE6067mt3+xgffXkSaQO8uRPSCYzf EQ7Xv67pQpA1hUZcqaOVagFMVQ5FCcB19EHaK871yRY/UUKAv6UiRGineZsqMnZj i5rfRhDbhfAtIwmVxlgmH/S74sQMZZesIAw/dq8aVz7SQQFDXJ+DFcKgXDOfyTxY 8GCG9ilW7e3eTculz82hpQqlob/73N2fBvqZZH3u2gGbGiKLEy5fHGEuDpp7kamg I6wPC4LP7re8RO1jiDNGiU4USKA1UqleK6gpcOTYyTeUK3BCZrKheAzRZq40O+tx xGEuj0RD97kbB5t6XVjbC9JjcPvHQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrhedvgdegkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhepphguuhhmphdrrghpphenucfkphepjeejrddufeegrddvtdefrddukeegnecu vehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrg hssehmohhnjhgrlhhonhdrnhgvth 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 3A0CF328005E; Wed, 5 Feb 2020 21:31:51 -0500 (EST) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org, stable@dpdk.org, reshma.pattan@intel.com Date: Thu, 06 Feb 2020 03:31:50 +0100 Message-ID: <3088765.KgjxqYA5nG@xps> In-Reply-To: <20200126010438.30687-1-stephen@networkplumber.org> References: <20200126010438.30687-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] app/pdump: fix build with clang 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" 26/01/2020 02:04, Stephen Hemminger: > Clang checks indentation and found incorrect indentation in pdump. > > app/pdump/main.c:598:3: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation] > > Cc: reshma.pattan@intel.com > Cc: stable@dpdk.org > Fixes: caa7028276b8 ("app/pdump: add tool for packet capturing") > Signed-off-by: Stephen Hemminger Applied, thanks