From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 90509C28CC3 for ; Thu, 30 May 2019 19:43:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7049726108 for ; Thu, 30 May 2019 19:43:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726535AbfE3Tnm (ORCPT ); Thu, 30 May 2019 15:43:42 -0400 Received: from namei.org ([65.99.196.166]:35486 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725897AbfE3Tnm (ORCPT ); Thu, 30 May 2019 15:43:42 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id x4UJhQ8I031928; Thu, 30 May 2019 19:43:26 GMT Date: Fri, 31 May 2019 05:43:26 +1000 (AEST) From: James Morris To: Mauro Carvalho Chehab cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Mimi Zohar , James Bottomley , Jarkko Sakkinen , linux-integrity@vger.kernel.org, keyrings@vger.kernel.org Subject: Re: [PATCH 18/22] docs: security: trusted-encrypted.rst: fix code-block tag In-Reply-To: <9c8e63bba3c3735573ab107ffd65131db10e1d2e.1559171394.git.mchehab+samsung@kernel.org> Message-ID: References: <9c8e63bba3c3735573ab107ffd65131db10e1d2e.1559171394.git.mchehab+samsung@kernel.org> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 29 May 2019, Mauro Carvalho Chehab wrote: > The code-block tag is at the wrong place, causing those > warnings: > > Documentation/security/keys/trusted-encrypted.rst:112: WARNING: Literal block expected; none found. > Documentation/security/keys/trusted-encrypted.rst:121: WARNING: Unexpected indentation. > Documentation/security/keys/trusted-encrypted.rst:122: WARNING: Block quote ends without a blank line; unexpected unindent. > Documentation/security/keys/trusted-encrypted.rst:123: WARNING: Block quote ends without a blank line; unexpected unindent. > > Signed-off-by: Mauro Carvalho Chehab Acked-by: James Morris -- James Morris