mfd: ti_am335x_tscadc: Fix spelling mistake "atleast" -> "at least"
authorColin Ian King <colin.king@canonical.com>
Thu, 26 Aug 2021 12:32:50 +0000 (13:32 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 5 Nov 2021 14:40:02 +0000 (14:40 +0000)
There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/ti_am335x_tscadc.c

index 740cae00dac2c3c7d6d298fe685f9882b061ced1..07825cfd8aa87469cc46951d375f14ef2593952f 100644 (file)
@@ -186,7 +186,7 @@ static      int ti_tscadc_probe(struct platform_device *pdev)
        }
 
        if (total_channels == 0) {
-               dev_err(&pdev->dev, "Need atleast one channel.\n");
+               dev_err(&pdev->dev, "Need at least one channel.\n");
                return -EINVAL;
        }