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.8 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 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 56CEEC433DB for ; Thu, 25 Mar 2021 17:42:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2615761A2C for ; Thu, 25 Mar 2021 17:42:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230217AbhCYRm2 (ORCPT ); Thu, 25 Mar 2021 13:42:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37064 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229961AbhCYRmH (ORCPT ); Thu, 25 Mar 2021 13:42:07 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2CAD6C06174A; Thu, 25 Mar 2021 10:42:07 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:104d::5f6]) (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 E011531A; Thu, 25 Mar 2021 17:42:06 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net E011531A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1616694127; bh=eiOqmA3QMARsyKoWBIDtLBhFPqBFbGL9lEPOum8H/+A=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=J3IUjt03Ktv7CZmltrnGS4GiVujKI94bLWicfh5XP4u+HgyeiZ0D4MKrVTG0tvJXs Dz/qZCCevl7UYWA1NF4afgWjyRnWv1oyYvEqsxJK23xm8nHxq2WeXOKjjCFgUN6p+9 PUarYlLE31Ev5BqCmzCyQfG0PMeMX721Dw2X3njVUy+07/I0JkyvkIJPfULeftWYaC bbu0taHiz0ySyUtFPG+zi8isnSvsyINs6PqLXOuavAVk7iJE66suJwkzihkh3+g4TU syisKOpz+g9UHxfi6Z9HA95Jml5Eu72DMXivb1J4ckxGc7HK+BOqiciLESjHJ1sC/O NKtFxoJnNcUow== From: Jonathan Corbet To: Bryan Brattlof Cc: Linus Walleij , Bartosz Golaszewski , linux-gpio@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, trivial@kernel.org, Bryan Brattlof Subject: Re: [PATCH] Documentation: gpio: chip should be plural In-Reply-To: <20210323145509.139393-1-hello@bryanbrattlof.com> References: <20210323145509.139393-1-hello@bryanbrattlof.com> Date: Thu, 25 Mar 2021 11:42:06 -0600 Message-ID: <875z1f2kr5.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Bryan Brattlof writes: > Signed-off-by: Bryan Brattlof > --- > Documentation/driver-api/gpio/intro.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/driver-api/gpio/intro.rst b/Documentation/driver-api/gpio/intro.rst > index 94dd7185e76e..2e924fb5b3d5 100644 > --- a/Documentation/driver-api/gpio/intro.rst > +++ b/Documentation/driver-api/gpio/intro.rst > @@ -27,7 +27,7 @@ What is a GPIO? > =============== > > A "General Purpose Input/Output" (GPIO) is a flexible software-controlled > -digital signal. They are provided from many kinds of chip, and are familiar > +digital signal. They are provided from many kinds of chips, and are familiar Applied, thanks. jon