From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 9C74A3F9 for ; Thu, 18 Dec 2014 00:46:06 +0100 (CET) Received: by mail-wi0-f178.google.com with SMTP id em10so565987wid.5 for ; Wed, 17 Dec 2014 15:46:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=69hI8ebDPOzBTd6s1AzEz3djosRcFwE1qIpYQOIRWsE=; b=O5hGz92thiW+HvUoK057I+d87RUG0O7jPWtQp8mt1uwh7nZ/A5DR1PNXsrQQ6fY7uJ HX38WfVlDE2z5lsCAmT+TExVf6ypk9o4/DJfHOs/VosaUrPKQZdXT8o2Ptv4mLWd4idN xTtoIfEMN32Zo7IG+aDebH1UllKMLIvE667CfpXasMQy6W7rjVJTXcqMCprsx9oDG1Us ghhTA92iTSx7N3+dYRYaQPDzsup/jRup1ERjN90TcahVmy+HOggKzpwUu05Bhrfbgude ytD2ShB4k5U9Vkh912TsgubVUnZo+kCblseSfkkZXfWW6IXpuhgQ+SfBxiS6ytFpsuUC WC6Q== X-Gm-Message-State: ALoCoQk/lZCchzOpF7bTjb0UANeIpEhrMJNjJJYOKSoFB6f24POHVcrja9+kg/KulSDEjc/6tqVR X-Received: by 10.194.203.104 with SMTP id kp8mr44740519wjc.103.1418859966512; Wed, 17 Dec 2014 15:46:06 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ep9sm7921241wid.3.2014.12.17.15.46.05 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Dec 2014 15:46:05 -0800 (PST) From: Thomas Monjalon To: Bruce Richardson Date: Thu, 18 Dec 2014 00:45:39 +0100 Message-ID: <2123373.I85eWGjBY2@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1418836013-19030-1-git-send-email-bruce.richardson@intel.com> References: <1418836013-19030-1-git-send-email-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] test: fix macro by adding in missing "do" in do-while X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2014 23:46:06 -0000 2014-12-17 17:06, Bruce Richardson: > One of the test assertion macros was missing the "do" part of the > do-while. This issue was picked up by clang reporting an empty while > loop body for the closing while of the do-while pair. > > Signed-off-by: Bruce Richardson Applied Thanks -- Thomas