diff mbox series

include: linux: spi: Change provied to provide in the file spi.h

Message ID 20210208113359.31269-1-unixbhaskar@gmail.com
State Accepted
Commit 883c36a32fc031046218ef5802023d5aa54d6cb0
Headers show
Series include: linux: spi: Change provied to provide in the file spi.h | expand

Commit Message

Bhaskar Chowdhury Feb. 8, 2021, 11:33 a.m. UTC
s/provied/provide/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 include/linux/spi/spi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.20.1
diff mbox series

Patch

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,