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=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,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 763BFC433FE for ; Thu, 3 Dec 2020 15:06:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BD293206A1 for ; Thu, 3 Dec 2020 15:06:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730950AbgLCPGe (ORCPT ); Thu, 3 Dec 2020 10:06:34 -0500 Received: from ms.lwn.net ([45.79.88.28]:54664 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730782AbgLCPGe (ORCPT ); Thu, 3 Dec 2020 10:06:34 -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 D84521C1D; Thu, 3 Dec 2020 15:05:53 +0000 (UTC) Date: Thu, 3 Dec 2020 08:05:52 -0700 From: Jonathan Corbet To: Andrew Klychkov Cc: Randy Dunlap , linux-kernel@vger.kernel.org Subject: Re: [PATCH] Documentation: fix typos found in admin-guide subdirectory Message-ID: <20201203080552.5411702f@lwn.net> In-Reply-To: References: <20201202084400.GA38345@spblnx124.lan> <1f1cc1c8-9e8e-893c-b1e4-509f042caca2@infradead.org> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 3 Dec 2020 06:52:30 +0300 Andrew Klychkov wrote: > Should i fix the patch or you’ll just exclude this part yourself? Please send a fixed version with Randy's Reviewed-by tag added as well. The right way to fix that might be "ANDed" to make it what is being said clear. Thanks, jon