From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/distributor: fix missing "; " in debug macro Date: Mon, 22 Jun 2015 22:36:49 +0200 Message-ID: <1552922.MX4yWfLyBh@xps13> References: <1433520077-11234-1-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson 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) In-Reply-To: <1433520077-11234-1-git-send-email-bruce.richardson@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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