Skip to content

Commit

Permalink
mfd: pcf50633: Fix spelling mistake: 'Falied' -> 'Failed'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arvind Yadav authored and Lee Jones committed Jan 8, 2018
1 parent 8848ff4 commit f058aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/pcf50633-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit f058aa3

Please sign in to comment.