Skip to content

Commit 20d889a

Browse files
ColinIanKingjic23
authored andcommitted
iio: adc: imx93: Fix spelling mistake "geting" -> "getting"
Thrre is a spelling mistake in a dev_err_probe message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
1 parent f14ed2f commit 20d889a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/iio/adc/imx93_adc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ static int imx93_adc_probe(struct platform_device *pdev)
315315
adc->regs = devm_platform_ioremap_resource(pdev, 0);
316316
if (IS_ERR(adc->regs))
317317
return dev_err_probe(dev, PTR_ERR(adc->regs),
318-
"Failed geting ioremap resource\n");
318+
"Failed getting ioremap resource\n");
319319

320320
/* The third irq is for ADC conversion usage */
321321
adc->irq = platform_get_irq(pdev, 2);

0 commit comments

Comments
 (0)