lkml.org 
[lkml]   [2023]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH][next] iio: adc: imx93: Fix spelling mistake "geting" -> "getting"
Date
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
\
 
 \ /
  Last update: 2023-03-26 23:53    [W:0.054 / U:0.580 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site