Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1102883pxk; Fri, 2 Oct 2020 00:40:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy+EN1FtuCIwypF6RcYvTmyRv9IP4uLgnXTteHgHT2qzr2TBDRh9FOY1pE60itNkPikKlNs X-Received: by 2002:a05:6402:7c8:: with SMTP id u8mr994306edy.153.1601624435732; Fri, 02 Oct 2020 00:40:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601624435; cv=none; d=google.com; s=arc-20160816; b=uDEUgBfQy/WR9rIAO5FJsxJtMO+MmzueIXRDMu68ym9aXA1H64+muYPycUW+keQ0Ki UQHMB3l5nDKFTuZyiXJhqSyyJ4pqECKQ630VGxGh9uJeCOM5Wr3sFbNeHGSAjypjWyHJ BeptwtX20/m5CXf1tK02b0Cfz4hz9xOgPiACnBl1vSOjLATVX5jU1Wle5W8bLElp2JiQ GWKLrAfDXqzUY/REGAjBwPC/B5/t2ec2frdGr2Njo62Hjg7gJJQSyeY9AKzjaIOXy5s2 dsU07TTI+givdHHFNmXWlSoyIgUObqSzaZbd4hnI9AN4ogCltfwu0MwVoThAFeT244Jr k9iA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=duoMy13kCuqzWEz1cP/TsNaoiMxq1mIKOOh5anx9YpQ=; b=a6sVlUtm5/HtQy44O2sIQZxiKZ/BvbqWCL84Up1OEi6y+NrYAV0L3zqa+XR9eKlEW7 zPgilUXkVRl78RZGgpj4+WQNnI3ciiExhk07PGh/XiBO/7ZJJBKJjHMVWl0rJrY2axBX anLmSrx232NfVOCZfJNMsMSAKxjiJFLYh6ZDUsq7lP63TpizMpdJBnIxmN+MB/43evGQ hwzwLVgfOiWscunUtXe5J+O8nLKvFdtG9VZ2mORdzk1lmN2BOqNyl6ikXzgHQTWsyYBx VtE+etgjadB1j/vCZ7iha9baaVVBPwZPQ1falzL1ZV4958/g+N4Q8q+NVc7Vm6aeKUQO y5QA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u18si557816ejf.75.2020.10.02.00.40.12; Fri, 02 Oct 2020 00:40:35 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726017AbgJBHjK (ORCPT + 99 others); Fri, 2 Oct 2020 03:39:10 -0400 Received: from ivanoab7.miniserver.com ([37.128.132.42]:52806 "EHLO www.kot-begemot.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725961AbgJBHjK (ORCPT ); Fri, 2 Oct 2020 03:39:10 -0400 Received: from tun252.jain.kot-begemot.co.uk ([192.168.18.6] helo=jain.kot-begemot.co.uk) by www.kot-begemot.co.uk with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kOFea-0006bL-EH; Fri, 02 Oct 2020 07:38:56 +0000 Received: from jain.kot-begemot.co.uk ([192.168.3.3]) by jain.kot-begemot.co.uk with esmtp (Exim 4.92) (envelope-from ) id 1kOFeY-0004R7-99; Fri, 02 Oct 2020 08:38:56 +0100 Subject: Re: [PATCH 3/6] docs: virt: user_mode_linux_howto_v2.rst: fix a literal block markup To: Mauro Carvalho Chehab , Linux Doc Mailing List Cc: Jonathan Corbet , Richard Weinberger , Jeff Dike , linux-um@lists.infradead.org, linux-kernel@vger.kernel.org References: From: Anton Ivanov Message-ID: <4ba279b1-7119-e3a5-3b77-6751d5ec3221@cambridgegreys.com> Date: Fri, 2 Oct 2020 08:38:54 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -1.0 X-Spam-Score: -1.0 X-Clacks-Overhead: GNU Terry Pratchett Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/10/2020 06:49, Mauro Carvalho Chehab wrote: > There's a missing new line for a literal block: > > .../Documentation/virt/uml/user_mode_linux_howto_v2.rst:682: WARNING: Unexpected indentation. > > Fixes: 04301bf5b072 ("docs: replace the old User Mode Linux HowTo with a new one") > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/virt/uml/user_mode_linux_howto_v2.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/virt/uml/user_mode_linux_howto_v2.rst b/Documentation/virt/uml/user_mode_linux_howto_v2.rst > index f70e6f5873c6..312e431695d9 100644 > --- a/Documentation/virt/uml/user_mode_linux_howto_v2.rst > +++ b/Documentation/virt/uml/user_mode_linux_howto_v2.rst > @@ -679,6 +679,7 @@ Starting UML > > We can now run UML. > :: > + > # linux mem=2048M umid=TEST \ > ubd0=Filesystem.img \ > vec0:transport=tap,ifname=tap0,depth=128,gro=1 \ > Thanks. Acked-By: Anton Ivanov -- Anton R. Ivanov Cambridgegreys Limited. Registered in England. Company Number 10273661 https://www.cambridgegreys.com/