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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 600EDC3F2D1 for ; Tue, 3 Mar 2020 20:09:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3C3E820714 for ; Tue, 3 Mar 2020 20:09:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729860AbgCCUJj (ORCPT ); Tue, 3 Mar 2020 15:09:39 -0500 Received: from mga12.intel.com ([192.55.52.136]:18317 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728393AbgCCUJj (ORCPT ); Tue, 3 Mar 2020 15:09:39 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Mar 2020 12:09:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,511,1574150400"; d="scan'208";a="240193043" Received: from fkuchars-mobl1.ger.corp.intel.com (HELO localhost) ([10.252.4.236]) by orsmga003.jf.intel.com with ESMTP; 03 Mar 2020 12:09:34 -0800 Date: Tue, 3 Mar 2020 22:09:28 +0200 From: Jarkko Sakkinen To: Mauro Carvalho Chehab Cc: David Howells , Herbert Xu , "David S. Miller" , Jonathan Corbet , keyrings@vger.kernel.org, linux-crypto@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH v3 02/18] docs: crypto: convert asymmetric-keys.txt to ReST Message-ID: <20200303200928.GF5775@linux.intel.com> References: <0e467df334fb6563a50190e0523a5ed1af1638ed.1583243826.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0e467df334fb6563a50190e0523a5ed1af1638ed.1583243826.git.mchehab+huawei@kernel.org> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Tue, Mar 03, 2020 at 02:59:09PM +0100, Mauro Carvalho Chehab wrote: > This file is almost compatible with ReST. Just minor changes > were needed: > > - Adjust document and titles markups; > - Adjust numbered list markups; > - Add a comments markup for the Contents section; > - Add markups for literal blocks. > > Signed-off-by: Mauro Carvalho Chehab Acked-by: Jarkko Sakkinen /Jarkko