From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 04C323238 for ; Tue, 31 Mar 2015 03:02:11 +0200 (CEST) Received: by wiaa2 with SMTP id a2so6315794wia.0 for ; Mon, 30 Mar 2015 18:02:10 -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=mtDBRYfhBaleriMsa5evYvZ6cejq4tosBlKAEMTrYEs=; b=f45wwzfFd/NlYOVRSrX6c3+PKAq9oNQZNOTfGO3KdGYSecXhbgY1Oi6CzVDkrTpMhc /x6WLxHmEx+3WauC21pMaW5xvhBsG8gbi6/LARyoPv4xL/pILjtWGzKClHT/yU/NBng4 b/kTeK+VJuB6GjW5aJR/Qp6OrqS7Sa7GhJBL4jAs9mt7ny/e9xa9BRn+Zfn7zurm59YB SNql7MUHSEtHfmpq+Z9qIaaLywQubBziWUQbBJhyQz+HXXER5Qy4BAQXmupijEz5UrY2 Mudq4ZhbAwT5foxxlgCzWeJ+2TmcPcztT6ePJCpFqE5O4hLdAecCxAX/aTmjPSsxR6UJ 0U9Q== X-Gm-Message-State: ALoCoQnB1oE5y9C1SXaZO5xC62r10M6nXuAH5CjSwX7E7Vp14EtiN3OYJH9NeE54Nq3qhmQXjGLw X-Received: by 10.195.11.161 with SMTP id ej1mr67060127wjd.47.1427763730925; Mon, 30 Mar 2015 18:02:10 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id u16sm18009363wjr.5.2015.03.30.18.02.09 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Mar 2015 18:02:10 -0700 (PDT) From: Thomas Monjalon To: "Xie, Huawei" Date: Tue, 31 Mar 2015 03:01:29 +0200 Message-ID: <1696910.H6tyYVvvhd@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <0C5AFCA4B3408848ADF2A3073F7D8CC86D567E72@IRSMSX109.ger.corp.intel.com> References: <1426090941-18785-1-git-send-email-huawei.xie@intel.com> <0C5AFCA4B3408848ADF2A3073F7D8CC86D567E72@IRSMSX109.ger.corp.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] vhost library doc update 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, 31 Mar 2015 01:02:11 -0000 > > add vhost user documentation > > > > Signed-off-by: Huawei Xie > > Acked-by Siobhan Butler doc/guides/prog_guide/vhost_lib.rst:114: ERROR: Unexpected indentation. Applied with above fix, thanks