2021-02-08 12:15:24

by Bhaskar Chowdhury

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


s/provied/provided/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
---
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


2021-02-08 19:56:54

by Randy Dunlap

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

On 2/8/21 3:49 AM, Bhaskar Chowdhury wrote:
>
> s/provied/provided/
>
> Signed-off-by: Bhaskar Chowdhury <[email protected]>

OK.

Acked-by: Randy Dunlap <[email protected]>

> ---
> 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
>


--
~Randy

2021-02-08 20:18:39

by Mark Brown

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

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