treewide: Fix typo in printk

Correct spelling typo in various part of drivers

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
此提交包含在:
Masanari Iida
2013-05-21 23:13:12 +09:00
提交者 Jiri Kosina
父節點 9d1936cf86
當前提交 8b513d0cf6
共有 17 個檔案被更改,包括 18 行新增18 行删除

查看文件

@@ -551,7 +551,7 @@ static int dsps_create_musb_pdev(struct dsps_glue *glue, u8 id)
pdata = devm_kzalloc(&pdev->dev, sizeof(*pdata), GFP_KERNEL);
if (!pdata) {
dev_err(&pdev->dev,
"failed to allocate musb platfrom data\n");
"failed to allocate musb platform data\n");
ret = -ENOMEM;
goto err2;
}

查看文件

@@ -513,7 +513,7 @@ static int omap2430_probe(struct platform_device *pdev)
pdata = devm_kzalloc(&pdev->dev, sizeof(*pdata), GFP_KERNEL);
if (!pdata) {
dev_err(&pdev->dev,
"failed to allocate musb platfrom data\n");
"failed to allocate musb platform data\n");
goto err2;
}