linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][iio-next] iio: chemical: fix spelling mistake "failted" -> "failed"
@ 2018-08-03 11:55 Colin King
  2018-08-03 12:05 ` Himanshu Jha
  0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2018-08-03 11:55 UTC (permalink / raw)
  To: Jonathan Cameron, Hartmut Knaack, Lars-Peter Clausen,
	Peter Meerwald-Stadler, Himanshu Jha, linux-iio
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

fix spelling mistake in dev_err error message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/iio/chemical/bme680_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/chemical/bme680_core.c b/drivers/iio/chemical/bme680_core.c
index 7d9bb62baa3f..5de9e27c914a 100644
--- a/drivers/iio/chemical/bme680_core.c
+++ b/drivers/iio/chemical/bme680_core.c
@@ -577,7 +577,7 @@ static int bme680_gas_config(struct bme680_data *data)
 	/* set target heating duration */
 	ret = regmap_write(data->regmap, BME680_REG_GAS_WAIT_0, heatr_dur);
 	if (ret < 0) {
-		dev_err(dev, "failted to write gas_wait_0 register\n");
+		dev_err(dev, "failed to write gas_wait_0 register\n");
 		return ret;
 	}
 
-- 
2.17.1


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

* Re: [PATCH][iio-next] iio: chemical: fix spelling mistake "failted" -> "failed"
  2018-08-03 11:55 [PATCH][iio-next] iio: chemical: fix spelling mistake "failted" -> "failed" Colin King
@ 2018-08-03 12:05 ` Himanshu Jha
  2018-08-03 21:34   ` Jonathan Cameron
  0 siblings, 1 reply; 3+ messages in thread
From: Himanshu Jha @ 2018-08-03 12:05 UTC (permalink / raw)
  To: Colin King
  Cc: Jonathan Cameron, Hartmut Knaack, Lars-Peter Clausen,
	Peter Meerwald-Stadler, linux-iio, kernel-janitors, linux-kernel

On Fri, Aug 03, 2018 at 12:55:51PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> fix spelling mistake in dev_err error message text
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Oops! Thanks for the patch Colin.

Reviewed-by: Himanshu Jha <himanshujha199640@gmail.com>

-- 
Himanshu Jha
Undergraduate Student
Department of Electronics & Communication
Guru Tegh Bahadur Institute of Technology

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

* Re: [PATCH][iio-next] iio: chemical: fix spelling mistake "failted" -> "failed"
  2018-08-03 12:05 ` Himanshu Jha
@ 2018-08-03 21:34   ` Jonathan Cameron
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2018-08-03 21:34 UTC (permalink / raw)
  To: Himanshu Jha
  Cc: Colin King, Hartmut Knaack, Lars-Peter Clausen,
	Peter Meerwald-Stadler, linux-iio, kernel-janitors, linux-kernel

On Fri, 3 Aug 2018 17:35:06 +0530
Himanshu Jha <himanshujha199640@gmail.com> wrote:

> On Fri, Aug 03, 2018 at 12:55:51PM +0100, Colin King wrote:
> > From: Colin Ian King <colin.king@canonical.com>
> > 
> > fix spelling mistake in dev_err error message text
> > 
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>  
> 
> Oops! Thanks for the patch Colin.
> 
> Reviewed-by: Himanshu Jha <himanshujha199640@gmail.com>
> 
Applied to the togreg  branch of iio.git. Thanks,

Jonathan


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

end of thread, other threads:[~2018-08-03 21:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-03 11:55 [PATCH][iio-next] iio: chemical: fix spelling mistake "failted" -> "failed" Colin King
2018-08-03 12:05 ` Himanshu Jha
2018-08-03 21:34   ` 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).