From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CF371A0352; Tue, 8 Feb 2022 17:24:24 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5FEC04111B; Tue, 8 Feb 2022 17:24:24 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mails.dpdk.org (Postfix) with ESMTP id CEE40410FD for ; Tue, 8 Feb 2022 17:24:22 +0100 (CET) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 45EAD5C00BC; Tue, 8 Feb 2022 11:24:22 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Tue, 08 Feb 2022 11:24:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm3; bh=NpPuv4ojgyc9ZA LaSn3dZ9LTENGLZf/X46vUVwI0rsQ=; b=EMzrDc1d/CdeSGGpMJ7+MwXoq8MxDH b54Txb6pwB1rnhKZ7DYgCSt6/XXOHMdsIMsn0JQ3v5LnkxRpYQdl6LdIfXRJuLSp dYLTNqspMHztw3iwj0mkitJVUYjTimR+9BpvFF10d96ykDPjUCodkC6TEC4a8avJ c9cTqobZp84TDKFFlnlRl44l0qJAmzVePeCwul0Uy9xgaTFsa56m2BhJINndTPRD yHoQuRPjHCJnK3G0AjMbNUfEStQ8vqrp+VPDInTEoexIoxr4tP10kPMZMwpt1VW0 ko3PlIlYdIFu1SX3mxpToEfJ6gWZ9b9VeHhxyJ4pwtp/Y6bmEx5B+dDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=NpPuv4ojgyc9ZALaSn3dZ9LTENGLZf/X46vUVwI0r sQ=; b=Y/cGEKUH9J7AilI3md5qq+OaNK81X/3PtVoyzNui48pDllSlaqMcprx+M FogXMhesOcYUMQjO5Rja8kA+RW/5ZGtQJt769uKjJaWFoZwwyEd5TaRSpr8arN4q tCsmJCt9FvMwJiEruf4R2A0ZqjhvN5mPv1CyLpp3cwV65mCXxwSozrvquBfeUUq0 1YCm2FfG75cHaWI6GbcGTymRHibV8j583DCWhCGaw0VbAZD7AP9MLnVVjgBIBXlh e3FyXd37RIPObU8gNglYOgLuL84fuzKXB4GQ9mMjQ4nlPhd3SwrjYjNmqCQ3QEMR J7Fu5ZOrOtK0T69CDwHLJnquyzK4g== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrheejgdekgecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgjfhgggfgtsehtufertd dttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehm ohhnjhgrlhhonhdrnhgvtheqnecuggftrfgrthhtvghrnhepudeggfdvfeduffdtfeegle fghfeukefgfffhueejtdetuedtjeeuieeivdffgeehnecuvehluhhsthgvrhfuihiivgep tdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnh gvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 8 Feb 2022 11:24:21 -0500 (EST) From: Thomas Monjalon To: Weiguo Li Cc: dev@dpdk.org, bruce.richardson@intel.com, shreyansh.jain@nxp.com Subject: Re: [PATCH v2 1/6] bus/dpaa: fix the curly braces mismatch problem Date: Tue, 08 Feb 2022 17:24:19 +0100 Message-ID: <3337422.QJadu78ljV@thomas> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 07/02/2022 13:36, Weiguo Li: > Supplement the missing half of braces for the extern "C" block, > or remove the incomplete guard in internal header. > > Fixes: 6d6b4f49a155 ("bus/dpaa: add FMAN hardware operations") > Fixes: 919eeaccb2ba ("bus/dpaa: introduce NXP DPAA bus driver skeleton") > Cc: shreyansh.jain@nxp.com > > Signed-off-by: Weiguo Li Series applied, thanks. It seems there are more useless C++ include guard in drivers and examples.