Linux IIO development
 help / color / mirror / Atom feed
* [PATCH][next] iio: adc: imx93: Fix spelling mistake "geting" -> "getting"
@ 2023-01-24 10:04 Colin Ian King
  2023-01-28 16:22 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2023-01-24 10:04 UTC (permalink / raw)
  To: Haibo Chen, Jonathan Cameron, Lars-Peter Clausen, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, linux-iio, linux-arm-kernel
  Cc: kernel-janitors, linux-kernel

Thrre is a spelling mistake in a dev_err_probe message. Fix it.

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

diff --git a/drivers/iio/adc/imx93_adc.c b/drivers/iio/adc/imx93_adc.c
index d8de8284e13d..a775d2e40567 100644
--- a/drivers/iio/adc/imx93_adc.c
+++ b/drivers/iio/adc/imx93_adc.c
@@ -315,7 +315,7 @@ static int imx93_adc_probe(struct platform_device *pdev)
 	adc->regs = devm_platform_ioremap_resource(pdev, 0);
 	if (IS_ERR(adc->regs))
 		return dev_err_probe(dev, PTR_ERR(adc->regs),
-				     "Failed geting ioremap resource\n");
+				     "Failed getting ioremap resource\n");
 
 	/* The third irq is for ADC conversion usage */
 	adc->irq = platform_get_irq(pdev, 2);
-- 
2.30.2


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

end of thread, other threads:[~2023-01-28 16:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-24 10:04 [PATCH][next] iio: adc: imx93: Fix spelling mistake "geting" -> "getting" Colin Ian King
2023-01-28 16:22 ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox