From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-6.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id D54B67D8AB for ; Thu, 30 May 2019 19:43:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726080AbfE3Tnm (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-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@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