From: Mauro Carvalho Chehab Date: Mon, 17 Aug 2020 07:10:23 +0000 (+0200) Subject: staging: spmi: hisi-spmi-controller: fix a typo X-Git-Tag: v5.15~2674^2~216 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6196331e79f361b9c395b45588fbbb9e8de8a990;p=platform%2Fkernel%2Flinux-starfive.git staging: spmi: hisi-spmi-controller: fix a typo chanel -> channel Signed-off-by: Mauro Carvalho Chehab Link: https://lore.kernel.org/r/49798ac555d498c0fd489567643c619c625360f5.1597647359.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hikey9xx/hisi-spmi-controller.c b/drivers/staging/hikey9xx/hisi-spmi-controller.c index bc6847f..99cf757 100644 --- a/drivers/staging/hikey9xx/hisi-spmi-controller.c +++ b/drivers/staging/hikey9xx/hisi-spmi-controller.c @@ -306,7 +306,7 @@ static int spmi_controller_probe(struct platform_device *pdev) ret = of_property_read_u32(pdev->dev.of_node, "spmi-channel", &spmi_controller->channel); if (ret) { - dev_err(&pdev->dev, "can not get chanel\n"); + dev_err(&pdev->dev, "can not get channel\n"); return -ENODEV; }