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 0DBA8C7BC for ; Mon, 22 Jun 2015 22:37:52 +0200 (CEST) Received: by wicgi11 with SMTP id gi11so86676126wic.0 for ; Mon, 22 Jun 2015 13:37:51 -0700 (PDT) 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=VAuLtBTw0aVWpP+ICLhOLpm7tS9FpMTS6SAWzvyjxGg=; b=YmmiyOsOUr7+dhS3TBCdvcd6DD9AkxzW4wM+4pqc0WFX65XGJHYrThCbbVKnl5Mcr1 8A1Cz18lDXypT7lYVooN+NaOioBCOEcbUBoP57B1EWvYPvv/6ThudbmW2dxxroTg7jSD r12X8tPEhcL+VoH0fUDafcmSrZARs2/Q7c4egH/Ci5JgLUjcuSPMmCubyOj13w5O332X h7djaZTFVHbgsqwpW9Ew4AuVbtYJyfeeoQ8kC6B5HTObMuzT9C05Lo1vGs5HPrUsqoPw iRtR3jJW7J0bCUamzcJab8qE+DpFSrWnyonJX37cJlVsb4+rZ0NkB9mwxnod2cV3CuXJ rDhg== X-Gm-Message-State: ALoCoQnhCZEyniHC3gqzLi2G/qkfH7AIF4JXe7EFw3krlOZBaOua9XJ3Q8t3QX/hVGYMlYcjI1jv X-Received: by 10.180.77.68 with SMTP id q4mr34973472wiw.22.1435005471917; Mon, 22 Jun 2015 13:37:51 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id q4sm32213214wju.14.2015.06.22.13.37.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 Jun 2015 13:37:50 -0700 (PDT) From: Thomas Monjalon To: Bruce Richardson Date: Mon, 22 Jun 2015 22:36:49 +0200 Message-ID: <1552922.MX4yWfLyBh@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1433520077-11234-1-git-send-email-bruce.richardson@intel.com> References: <1433520077-11234-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] examples/distributor: fix missing "; " in debug macro 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: Mon, 22 Jun 2015 20:37:52 -0000 2015-06-05 17:01, Bruce Richardson: > The macro to turn on additional debug output when the app was compiled > with "-DDEBUG" was missing a ";". > > Fixes: 07db4a975094 ("examples/distributor: new sample app") > > Signed-off-by: Anbarasan Murugesan > Signed-off-by: Bruce Richardson Applied, thanks