spi: Change provied to provided in the file spi.h
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Mon, 8 Feb 2021 11:49:28 +0000 (17:19 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 8 Feb 2021 11:56:37 +0000 (11:56 +0000)
s/provied/provided/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Link: https://lore.kernel.org/r/20210208114928.32241-1-unixbhaskar@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/spi/spi.h

index 797ef28..592897f 100644 (file)
@@ -622,7 +622,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,