From: Arvind Yadav Date: Sun, 29 Oct 2017 06:01:23 +0000 (+0530) Subject: mfd: pcf50633: Fix spelling mistake: 'Falied' -> 'Failed' X-Git-Tag: v4.19~1772^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f058aa3faba60cf61b573bd519366c809b6f2727;p=platform%2Fkernel%2Flinux-rpi.git mfd: pcf50633: Fix spelling mistake: 'Falied' -> 'Failed' Trivial fix to spelling mistakes in 'pcf50633_client_dev_register'. Signed-off-by: Arvind Yadav Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/pcf50633-core.c b/drivers/mfd/pcf50633-core.c index 6155d12..f952dff 100644 --- a/drivers/mfd/pcf50633-core.c +++ b/drivers/mfd/pcf50633-core.c @@ -149,7 +149,7 @@ pcf50633_client_dev_register(struct pcf50633 *pcf, const char *name, *pdev = platform_device_alloc(name, -1); if (!*pdev) { - dev_err(pcf->dev, "Falied to allocate %s\n", name); + dev_err(pcf->dev, "Failed to allocate %s\n", name); return; }