From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f173.google.com (mail-we0-f173.google.com [74.125.82.173]) by dpdk.org (Postfix) with ESMTP id DA5DD9AA0 for ; Tue, 17 Mar 2015 18:09:18 +0100 (CET) Received: by webcq43 with SMTP id cq43so12735503web.2 for ; Tue, 17 Mar 2015 10:09:18 -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=G7tMA1+eJCWkyxaALN2fc9HEThuFn67OFjIp5Cuk+rs=; b=kJXt+M7xcDffDLyT+J0K1xFDjrttC+b/Y3Sl2AkNu6cyyKYFJa2Zf7CbQ/JUTkfeI4 XM5Cf2Vce3DvnLBp3i3tQuuO0RI83/53aLftuGcNp7LFwYYXFsMW3MqYQkef/RqS+GGn TOqjZv+sB5oh/u3aXYQVKYTAou/CIJjxvLD36N8Ggjp5PlDi16gwEtF+4e1p/fkShIly U0MdGy/EckpfcqA1p8UbjZPATHM6GBwBJqfNfqW6M7i8qU5NyoK7CLqTLiDqN91CvS9z vQH2IDIPFemMZqhocXV/HU9G/i9JUIfux7f8Jys79SGjDhw/s4+1cTqmEWOpesJEaA1L LIpA== X-Gm-Message-State: ALoCoQmkBgDAFLRrtgbach1sATF2R0w7yLp6kRFhL28XMQ3dsKLB9ZG0pDd5d+unag/6IjncIl3N X-Received: by 10.181.8.103 with SMTP id dj7mr132313631wid.75.1426612158667; Tue, 17 Mar 2015 10:09:18 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id bd1sm3456593wib.13.2015.03.17.10.09.17 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Mar 2015 10:09:17 -0700 (PDT) From: Thomas Monjalon To: Jingjing Wu Date: Tue, 17 Mar 2015 18:08:44 +0100 Message-ID: <2149162.LM3EmEl5On@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1425369219-20322-1-git-send-email-jingjing.wu@intel.com> References: <1425369219-20322-1-git-send-email-jingjing.wu@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] doc: correct the format of quota 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: Tue, 17 Mar 2015 17:09:19 -0000 > remove the coma character by using ' character > > Signed-off-by: Jingjing Wu Applied, thanks