From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id 7BCE81B1B3
 for <dev@dpdk.org>; Thu, 25 Jan 2018 17:48:27 +0100 (CET)
X-Amp-Result: UNSCANNABLE
X-Amp-File-Uploaded: False
Received: from orsmga008.jf.intel.com ([10.7.209.65])
 by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 25 Jan 2018 08:48:24 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.46,412,1511856000"; d="scan'208";a="13032480"
Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.77])
 by orsmga008.jf.intel.com with SMTP; 25 Jan 2018 08:48:22 -0800
Received: by  (sSMTP sendmail emulation); Thu, 25 Jan 2018 16:48:21 +0000
Date: Thu, 25 Jan 2018 16:48:21 +0000
From: Bruce Richardson <bruce.richardson@intel.com>
To: Marko Kovacevic <marko.kovacevic@intel.com>
Cc: dev@dpdk.org, john.mcnamara@intel.com, amr.mokhtar@intel.com
Message-ID: <20180125164820.GA10052@bricha3-MOBL3.ger.corp.intel.com>
References: <20180124150745.11571-1-marko.kovacevic@intel.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <20180124150745.11571-1-marko.kovacevic@intel.com>
Organization: Intel Research and Development Ireland Ltd.
User-Agent: Mutt/1.9.1 (2017-09-22)
Subject: Re: [dpdk-dev] [PATCH v2] doc: fix bbdev test guide build
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 25 Jan 2018 16:48:28 -0000

On Wed, Jan 24, 2018 at 03:07:45PM +0000, Marko Kovacevic wrote:
> Fix build issue with pdf guides. Some indentations in the bbdev test
> application doc were causing build failures. Latex Log message:
>  
>     doc.log:! LaTeX Error: Too deeply nested.
>    
> Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev")
> Cc: amr.mokhtar@intel.com
>  
> 
> Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
> ---
> 
> V2: Added more information into commit message
>     about the issue

[Please use --in-reply-to to chain emails into a thread when sending v2's
and v3's etc. of patches.]

This fixes the errors I see with "make doc-guides-pdf" and the pdf
output looks ok for that section too.

Tested-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>