From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Corbet Date: Fri, 22 Nov 2019 17:02:01 +0000 Subject: Re: [PATCH] Documentation: security: core.rst: fix warnings Message-Id: <20191122100201.30b1e71f@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit List-Id: References: <20191122041806.68650-1-dwlsalmeida@gmail.com> In-Reply-To: <20191122041806.68650-1-dwlsalmeida@gmail.com> To: "Daniel W. S. Almeida" Cc: dhowells@redhat.com, jarkko.sakkinen@linux.intel.com, keyrings@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, skhan@linuxfoundation.org, linux-kernel-mentees@lists.linuxfoundation.org On Fri, 22 Nov 2019 01:18:06 -0300 "Daniel W. S. Almeida" wrote: > From: "Daniel W. S. Almeida" > > Fix warnings due to missing markup, no change in content otherwise. > > Signed-off-by: Daniel W. S. Almeida > --- > Documentation/security/keys/core.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/security/keys/core.rst b/Documentation/security/keys/core.rst > index d6d8b0b756b6..d9b0b859018b 100644 > --- a/Documentation/security/keys/core.rst > +++ b/Documentation/security/keys/core.rst > @@ -1102,7 +1102,7 @@ payload contents" for more information. > See also Documentation/security/keys/request-key.rst. > > > - * To search for a key in a specific domain, call: > + * To search for a key in a specific domain, call:: > > struct key *request_key_tag(const struct key_type *type, > const char *description, Applied, thanks. jon 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=-6.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 386E8C432C0 for ; Fri, 22 Nov 2019 17:02:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1B0FF2068F for ; Fri, 22 Nov 2019 17:02:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726704AbfKVRCD (ORCPT ); Fri, 22 Nov 2019 12:02:03 -0500 Received: from ms.lwn.net ([45.79.88.28]:41326 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726046AbfKVRCC (ORCPT ); Fri, 22 Nov 2019 12:02:02 -0500 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 103F26D9; Fri, 22 Nov 2019 17:02:02 +0000 (UTC) Date: Fri, 22 Nov 2019 10:02:01 -0700 From: Jonathan Corbet To: "Daniel W. S. Almeida" Cc: dhowells@redhat.com, jarkko.sakkinen@linux.intel.com, keyrings@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, skhan@linuxfoundation.org, linux-kernel-mentees@lists.linuxfoundation.org Subject: Re: [PATCH] Documentation: security: core.rst: fix warnings Message-ID: <20191122100201.30b1e71f@lwn.net> In-Reply-To: <20191122041806.68650-1-dwlsalmeida@gmail.com> References: <20191122041806.68650-1-dwlsalmeida@gmail.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Fri, 22 Nov 2019 01:18:06 -0300 "Daniel W. S. Almeida" wrote: > From: "Daniel W. S. Almeida" > > Fix warnings due to missing markup, no change in content otherwise. > > Signed-off-by: Daniel W. S. Almeida > --- > Documentation/security/keys/core.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/security/keys/core.rst b/Documentation/security/keys/core.rst > index d6d8b0b756b6..d9b0b859018b 100644 > --- a/Documentation/security/keys/core.rst > +++ b/Documentation/security/keys/core.rst > @@ -1102,7 +1102,7 @@ payload contents" for more information. > See also Documentation/security/keys/request-key.rst. > > > - * To search for a key in a specific domain, call: > + * To search for a key in a specific domain, call:: > > struct key *request_key_tag(const struct key_type *type, > const char *description, Applied, thanks. jon 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=-6.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,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 EAD5AC43215 for ; Fri, 22 Nov 2019 17:02:06 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C59262068F for ; Fri, 22 Nov 2019 17:02:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C59262068F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lwn.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linux-kernel-mentees-bounces@lists.linuxfoundation.org Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 7D11A20396; Fri, 22 Nov 2019 17:02:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8SKg3GjH0MHD; Fri, 22 Nov 2019 17:02:05 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by silver.osuosl.org (Postfix) with ESMTP id D4FCE261F6; Fri, 22 Nov 2019 17:02:05 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id C1B96C1D74; Fri, 22 Nov 2019 17:02:05 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by lists.linuxfoundation.org (Postfix) with ESMTP id 84B3BC18DA for ; Fri, 22 Nov 2019 17:02:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6DF9C86FBB for ; Fri, 22 Nov 2019 17:02:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4AnGA01YyJdY for ; Fri, 22 Nov 2019 17:02:03 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by hemlock.osuosl.org (Postfix) with ESMTPS id 31E7581E74 for ; Fri, 22 Nov 2019 17:02:03 +0000 (UTC) Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 103F26D9; Fri, 22 Nov 2019 17:02:02 +0000 (UTC) Date: Fri, 22 Nov 2019 10:02:01 -0700 From: Jonathan Corbet To: "Daniel W. S. Almeida" Message-ID: <20191122100201.30b1e71f@lwn.net> In-Reply-To: <20191122041806.68650-1-dwlsalmeida@gmail.com> References: <20191122041806.68650-1-dwlsalmeida@gmail.com> Organization: LWN.net MIME-Version: 1.0 Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, jarkko.sakkinen@linux.intel.com, dhowells@redhat.com, keyrings@vger.kernel.org, linux-kernel-mentees@lists.linuxfoundation.org Subject: Re: [Linux-kernel-mentees] [PATCH] Documentation: security: core.rst: fix warnings X-BeenThere: linux-kernel-mentees@lists.linuxfoundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-kernel-mentees-bounces@lists.linuxfoundation.org Sender: "Linux-kernel-mentees" On Fri, 22 Nov 2019 01:18:06 -0300 "Daniel W. S. Almeida" wrote: > From: "Daniel W. S. Almeida" > > Fix warnings due to missing markup, no change in content otherwise. > > Signed-off-by: Daniel W. S. Almeida > --- > Documentation/security/keys/core.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/security/keys/core.rst b/Documentation/security/keys/core.rst > index d6d8b0b756b6..d9b0b859018b 100644 > --- a/Documentation/security/keys/core.rst > +++ b/Documentation/security/keys/core.rst > @@ -1102,7 +1102,7 @@ payload contents" for more information. > See also Documentation/security/keys/request-key.rst. > > > - * To search for a key in a specific domain, call: > + * To search for a key in a specific domain, call:: > > struct key *request_key_tag(const struct key_type *type, > const char *description, Applied, thanks. jon _______________________________________________ Linux-kernel-mentees mailing list Linux-kernel-mentees@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees