treewide: Fix typos in printk
This patch fix spelling typos in printk from various part of the codes. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

zatwierdzone przez
Jiri Kosina

rodzic
35fc7b7dac
commit
c01e01597c
@@ -2772,7 +2772,7 @@ static struct fman *read_dts_node(struct platform_device *of_dev)
|
||||
/* Get the FM address */
|
||||
res = platform_get_resource(of_dev, IORESOURCE_MEM, 0);
|
||||
if (!res) {
|
||||
dev_err(&of_dev->dev, "%s: Can't get FMan memory resouce\n",
|
||||
dev_err(&of_dev->dev, "%s: Can't get FMan memory resource\n",
|
||||
__func__);
|
||||
goto fman_node_put;
|
||||
}
|
||||
|
Reference in New Issue
Block a user