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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C8B6C433EF for ; Thu, 23 Jun 2022 21:59:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229639AbiFWV7y (ORCPT ); Thu, 23 Jun 2022 17:59:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41046 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229449AbiFWV7y (ORCPT ); Thu, 23 Jun 2022 17:59:54 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DA3C42E0A6; Thu, 23 Jun 2022 14:59:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Sender:Reply-To:Content-ID:Content-Description; bh=Nx26xqoD/wg7rXmn86PrLNvRleEHYYDjYy2HD6LgoXA=; b=b1f/WsmQc9anpr5LcVTEGlX8kd LxV/iEe+N2noR2nT+unDhhhqH1tUwzqDGK2txyNY3a3oqdtZm6BAyAF1NdnXwfA6qeFv8PlLDC0mZ 8f9P3XbKqTP5oqv7sOIq3T0SatzcENzUQZkuctu6GFW1btgNOBEVzQHsM32LTGVK4is9e98v4KuvM MlgPcNDoQ5VNOPJIyv74GZQDu69YZODZwvurjbZ5FUuqytM4jT5IO9JnL4M5/V5l3sIiVS8VdkmtE FTrvftKQx2gjfm/V6IC+oDv4piyM+a1WXxASghPyE4TA0pxMPwchIqfhDS25VsjBoZCcc8n792dQJ Kb+iIQTA==; Received: from [2601:1c0:6280:3f0::aa0b] by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1o4Urb-00Gvyd-LB; Thu, 23 Jun 2022 21:59:47 +0000 Message-ID: Date: Thu, 23 Jun 2022 14:59:46 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH v2] docs: driver-api: gpio: Fix some typos Content-Language: en-US To: Tom Schwindl , corbet@lwn.net Cc: linus.walleij@linaro.org, brgl@bgdev.pl, linux-gpio@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org References: From: Randy Dunlap In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On 6/23/22 14:37, Tom Schwindl wrote: > Correct some simple spelling mistakes in consumer.rst, driver.rst > and using-gpio.rst. > > Signed-off-by: Tom Schwindl Reviewed-by: Randy Dunlap (still) Thanks. > --- > Documentation/driver-api/gpio/consumer.rst | 2 +- > Documentation/driver-api/gpio/driver.rst | 6 +++--- > Documentation/driver-api/gpio/using-gpio.rst | 2 +- > 3 files changed, 5 insertions(+), 5 deletions(-) > -- ~Randy