linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] include: linux: spi: Change provied to provide in the file spi.h
@ 2021-02-08 11:33 Bhaskar Chowdhury
  2021-02-08 11:38 ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-08 11:33 UTC (permalink / raw)
  To: broonie, linux-spi, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury


s/provied/provide/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-08 11:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-08 11:33 [PATCH] include: linux: spi: Change provied to provide in the file spi.h Bhaskar Chowdhury
2021-02-08 11:38 ` Mark Brown
2021-02-08 11:41   ` Bhaskar Chowdhury

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).