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=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 C54A7C4361B for ; Thu, 3 Dec 2020 22:55:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 795DC2245C for ; Thu, 3 Dec 2020 22:55:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731924AbgLCWzN (ORCPT ); Thu, 3 Dec 2020 17:55:13 -0500 Received: from ms.lwn.net ([45.79.88.28]:57082 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727957AbgLCWzN (ORCPT ); Thu, 3 Dec 2020 17:55:13 -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 CC51624D3; Thu, 3 Dec 2020 22:54:32 +0000 (UTC) Date: Thu, 3 Dec 2020 15:54:31 -0700 From: Jonathan Corbet To: Andrew Klychkov Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation: fix typos in process/kernel-docs.rst Message-ID: <20201203155431.6c130000@lwn.net> In-Reply-To: <20201202074938.GA35075@spblnx124.lan> References: <20201202074938.GA35075@spblnx124.lan> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2 Dec 2020 10:49:38 +0300 Andrew Klychkov wrote: > Fix two typos in kernel-docs.rst > > Signed-off-by: Andrew Klychkov > --- > Documentation/process/kernel-docs.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks. jon