From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarkko Sakkinen Date: Mon, 03 Jun 2019 20:29:33 +0000 Subject: Re: [PATCH 18/22] docs: security: trusted-encrypted.rst: fix code-block tag Message-Id: <20190603202933.GB4894@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit List-Id: References: <9c8e63bba3c3735573ab107ffd65131db10e1d2e.1559171394.git.mchehab+samsung@kernel.org> In-Reply-To: <9c8e63bba3c3735573ab107ffd65131db10e1d2e.1559171394.git.mchehab+samsung@kernel.org> To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Mimi Zohar , James Bottomley , linux-integrity@vger.kernel.org, keyrings@vger.kernel.org On Wed, May 29, 2019 at 08:23:49PM -0300, 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: Jarkko Sakkinen /Jarkko 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=-5.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT 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 F368CC04AB5 for ; Mon, 3 Jun 2019 20:29:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C648E26E9C for ; Mon, 3 Jun 2019 20:29:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726734AbfFCU3j (ORCPT ); Mon, 3 Jun 2019 16:29:39 -0400 Received: from mga01.intel.com ([192.55.52.88]:17580 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726055AbfFCU3j (ORCPT ); Mon, 3 Jun 2019 16:29:39 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jun 2019 13:29:38 -0700 X-ExtLoop1: 1 Received: from jgaire-mobl.ger.corp.intel.com (HELO localhost) ([10.252.20.169]) by orsmga008.jf.intel.com with ESMTP; 03 Jun 2019 13:29:34 -0700 Date: Mon, 3 Jun 2019 23:29:33 +0300 From: Jarkko Sakkinen To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Mimi Zohar , James Bottomley , linux-integrity@vger.kernel.org, keyrings@vger.kernel.org Subject: Re: [PATCH 18/22] docs: security: trusted-encrypted.rst: fix code-block tag Message-ID: <20190603202933.GB4894@linux.intel.com> References: <9c8e63bba3c3735573ab107ffd65131db10e1d2e.1559171394.git.mchehab+samsung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9c8e63bba3c3735573ab107ffd65131db10e1d2e.1559171394.git.mchehab+samsung@kernel.org> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 29, 2019 at 08:23:49PM -0300, 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: Jarkko Sakkinen /Jarkko