diff mbox series

[V2] include: linux: spi: Change provied to provided in the file spi.h

Message ID 20210208114928.32241-1-unixbhaskar@gmail.com (mailing list archive)
State New, archived
Headers show
Series [V2] include: linux: spi: Change provied to provided in the file spi.h | expand

Commit Message

Bhaskar Chowdhury Feb. 8, 2021, 11:49 a.m. UTC
s/provied/provided/

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

--
2.20.1

Comments

Randy Dunlap Feb. 8, 2021, 6:12 p.m. UTC | #1
On 2/8/21 3:49 AM, Bhaskar Chowdhury wrote:
> 
> s/provied/provided/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

OK.

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
> 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
>
Mark Brown Feb. 8, 2021, 6:40 p.m. UTC | #2
On Mon, 8 Feb 2021 17:19:28 +0530, Bhaskar Chowdhury wrote:
> s/provied/provided/

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/1] include: linux: spi: Change provied to provided in the file spi.h
      commit: 883c36a32fc031046218ef5802023d5aa54d6cb0

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

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,