Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: pcf50633: Fix spelling mistake: 'Falied' -> 'Failed'

Trivial fix to spelling mistakes in 'pcf50633_client_dev_register'.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Arvind Yadav and committed by
Lee Jones
f058aa3f 8848ff42

+1 -1
+1 -1
drivers/mfd/pcf50633-core.c
··· 149 149 150 150 *pdev = platform_device_alloc(name, -1); 151 151 if (!*pdev) { 152 - dev_err(pcf->dev, "Falied to allocate %s\n", name); 152 + dev_err(pcf->dev, "Failed to allocate %s\n", name); 153 153 return; 154 154 } 155 155