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=-15.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 51159C433DB for ; Mon, 21 Dec 2020 16:45:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1D1BB22C97 for ; Mon, 21 Dec 2020 16:45:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725885AbgLUQpg (ORCPT ); Mon, 21 Dec 2020 11:45:36 -0500 Received: from ms.lwn.net ([45.79.88.28]:45818 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725790AbgLUQpg (ORCPT ); Mon, 21 Dec 2020 11:45:36 -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 789DC9B2; Mon, 21 Dec 2020 16:44:53 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 789DC9B2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1608569093; bh=0x4bn3amvPabhwdRTkhgk2jOAl4RQkmRqo6ffszm8fo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=d4pKIq4gWbaUU/f/5dNJ1HZDv9XXaO+JofyEAYCXGAJZI0htgIhnJgT4XSInSmyzv D9HPAAyT8nfsZ2AtZ9OPgHLv34wYN7mELVE+H7BdKEUhAtVozUJ+7mH+tCCYtkebQc h5cAWiFhMOhh1Xahch2xKucc8vmX4qnfl76y/ej2WGEuMzFt6i9heuGv9+VUayKYEa 0UZLlhWP8TSCrbfMuiAjWskI0FcMeyBbbJo28+jGiiYbcERNQu+FJBU6k0AojFl7hm Lrl5Aq9l3bZthA30TbRJpWTTl0LtMfmKQ5Zee/uT+mZaUKmQAi1mtk9Mj6sq6qlcFp dwZ9uhpeyprxg== Date: Mon, 21 Dec 2020 09:44:52 -0700 From: Jonathan Corbet To: Lee Jones Cc: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH 1/1] docs: submitting-patches: Trivial - fix grammatical error Message-ID: <20201221094452.02851661@lwn.net> In-Reply-To: <20201216134654.271508-1-lee.jones@linaro.org> References: <20201216134654.271508-1-lee.jones@linaro.org> 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, 16 Dec 2020 13:46:54 +0000 Lee Jones wrote: > "it is a used" does not make sense. Should be "it is used". > > Cc: Jonathan Corbet > Cc: linux-doc@vger.kernel.org > Signed-off-by: Lee Jones > --- > Documentation/process/submitting-patches.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst > index fb8261a4be308..2c48a00a436e7 100644 > --- a/Documentation/process/submitting-patches.rst > +++ b/Documentation/process/submitting-patches.rst > @@ -446,7 +446,7 @@ patch. This tag documents that potentially interested parties > have been included in the discussion. > > Co-developed-by: states that the patch was co-created by multiple developers; > -it is a used to give attribution to co-authors (in addition to the author > +it is used to give attribution to co-authors (in addition to the author Applied, thanks. jon