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=-17.5 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,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 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 3121CC433E0 for ; Mon, 8 Feb 2021 19:55:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D5C9264E56 for ; Mon, 8 Feb 2021 19:55:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233887AbhBHTz0 (ORCPT ); Mon, 8 Feb 2021 14:55:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34518 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235552AbhBHSNL (ORCPT ); Mon, 8 Feb 2021 13:13:11 -0500 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 25E93C06178A; Mon, 8 Feb 2021 10:12:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject:Sender: Reply-To:Cc:Content-ID:Content-Description; bh=M/evnVn9TCTrgOS7lMU8kDG+WlcHOHkMBOuqA/rlMNU=; b=DJioOhO3ay/e6VYsVYnspxfYu4 5hVJe9q3VHYjm9x8c9FP24XshRpJhNmP1RMUo0B6QDQYqjp98VGFYSUlVe8ocfhawLt5I/io8BFbd bn3AZ6HkyY9CGc3BX3IfJB4KLayo9UcRA5wi0SRdxMvVbAihRkT+5+4wharpuLLBonsHo3lNuOebL eLwsZyuKc3wucy0ZJhz9PyXWdRrC5oEQz4YnZCgvqMTKg8CXCm3sVjSjnBsDH0zoAomNkbIUDflmp uxT2rXTr2bHyLQVAHelqvlb3myffkW02GYaAL2Ak1qo7o4wP/KaNZ5IcypBXTTUDCXVWUhTDUqoJS DAdg1g8g==; Received: from [2601:1c0:6280:3f0::cf3b] by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1l9B1Q-0004Bq-TI; Mon, 08 Feb 2021 18:12:29 +0000 Subject: Re: [PATCH V2] include: linux: spi: Change provied to provided in the file spi.h To: Bhaskar Chowdhury , broonie@kernel.org, linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org References: <20210208114928.32241-1-unixbhaskar@gmail.com> From: Randy Dunlap Message-ID: <6da5b770-e5d5-1994-12e8-7654493cae82@infradead.org> Date: Mon, 8 Feb 2021 10:12:25 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: <20210208114928.32241-1-unixbhaskar@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/8/21 3:49 AM, Bhaskar Chowdhury wrote: > > s/provied/provided/ > > Signed-off-by: Bhaskar Chowdhury OK. Acked-by: Randy Dunlap > --- > Changes from V1: > As Mark pointed out change provide to provided for the context > > include/linux/spi/spi.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h > index aa09fdc8042d..79f89fd250de 100644 > --- a/include/linux/spi/spi.h > +++ b/include/linux/spi/spi.h > @@ -624,7 +624,7 @@ struct spi_controller { > > /* > * These hooks are for drivers that use a generic implementation > - * of transfer_one_message() provied by the core. > + * of transfer_one_message() provided by the core. > */ > void (*set_cs)(struct spi_device *spi, bool enable); > int (*transfer_one)(struct spi_controller *ctlr, struct spi_device *spi, > -- > 2.20.1 > -- ~Randy