2021-02-08 11:59:05

by Bhaskar Chowdhury

[permalink] [raw]
Subject: [PATCH] include: linux: spi: Change provied to provide in the file spi.h


s/provied/provide/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
---
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..2cd4bf488ecd 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() provide 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


2021-02-08 12:04:15

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] include: linux: spi: Change provied to provide in the file spi.h

On Mon, Feb 08, 2021 at 05:03:59PM +0530, Bhaskar Chowdhury wrote:
>
> s/provied/provide/

Provide is a correctly spelt word but it makes no sense in context, I
guess you mean provided.


Attachments:
(No filename) (193.00 B)
signature.asc (499.00 B)
Download all attachments

2021-02-08 12:05:30

by Bhaskar Chowdhury

[permalink] [raw]
Subject: Re: [PATCH] include: linux: spi: Change provied to provide in the file spi.h

On 11:38 Mon 08 Feb 2021, Mark Brown wrote:
>On Mon, Feb 08, 2021 at 05:03:59PM +0530, Bhaskar Chowdhury wrote:
>>
>> s/provied/provide/
>
>Provide is a correctly spelt word but it makes no sense in context, I
>guess you mean provided.

spot on!!


Attachments:
(No filename) (258.00 B)
signature.asc (499.00 B)
Download all attachments