linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iio: cros_ec: fix spelling mistake
@ 2020-06-09 22:39 Keyur Patel
  2020-06-14 13:31 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Keyur Patel @ 2020-06-09 22:39 UTC (permalink / raw)
  Cc: Keyur Patel, Jonathan Cameron, Hartmut Knaack,
	Lars-Peter Clausen, Peter Meerwald-Stadler, Benson Leung,
	Enric Balletbo i Serra, Guenter Roeck, Gwendal Grignou,
	Lee Jones, Sebastian Reichel, Fabien Lahoudere, linux-iio,
	linux-kernel

Fix typo: "tigger" --> "trigger"

Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>
---
 drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c b/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
index c831915ca7e5..4888fb23d801 100644
--- a/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
+++ b/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
@@ -352,7 +352,7 @@ int cros_ec_sensors_core_init(struct platform_device *pdev,
 		} else {
 			/*
 			 * The only way to get samples in buffer is to set a
-			 * software tigger (systrig, hrtimer).
+			 * software trigger (systrig, hrtimer).
 			 */
 			ret = devm_iio_triggered_buffer_setup(
 					dev, indio_dev, NULL, trigger_capture,
-- 
2.26.2


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

* Re: [PATCH] iio: cros_ec: fix spelling mistake
  2020-06-09 22:39 [PATCH] iio: cros_ec: fix spelling mistake Keyur Patel
@ 2020-06-14 13:31 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2020-06-14 13:31 UTC (permalink / raw)
  To: Keyur Patel
  Cc: Hartmut Knaack, Lars-Peter Clausen, Peter Meerwald-Stadler,
	Benson Leung, Enric Balletbo i Serra, Guenter Roeck,
	Gwendal Grignou, Lee Jones, Sebastian Reichel, Fabien Lahoudere,
	linux-iio, linux-kernel

On Tue,  9 Jun 2020 18:39:52 -0400
Keyur Patel <iamkeyur96@gmail.com> wrote:

> Fix typo: "tigger" --> "trigger"
> 
> Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>

*After a diversion to read some AA Milne*

Applied to the togreg branch of iio.git and pushed out as testing
because there is other stuff in the tree that needs testing.

Thanks,

Jonathan

> ---
>  drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c b/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
> index c831915ca7e5..4888fb23d801 100644
> --- a/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
> +++ b/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
> @@ -352,7 +352,7 @@ int cros_ec_sensors_core_init(struct platform_device *pdev,
>  		} else {
>  			/*
>  			 * The only way to get samples in buffer is to set a
> -			 * software tigger (systrig, hrtimer).
> +			 * software trigger (systrig, hrtimer).
>  			 */
>  			ret = devm_iio_triggered_buffer_setup(
>  					dev, indio_dev, NULL, trigger_capture,


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

end of thread, other threads:[~2020-06-14 13:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-09 22:39 [PATCH] iio: cros_ec: fix spelling mistake Keyur Patel
2020-06-14 13:31 ` Jonathan Cameron

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