summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/omap2430.c
diff options
context:
space:
mode:
authorMasanari Iida2013-05-21 16:13:12 +0200
committerJiri Kosina2013-05-28 12:02:13 +0200
commit8b513d0cf603c0a9ccf86a92cb22931f05a7bc86 (patch)
tree5a3988a575cb0c09ca80dcb0460552bd0d93f44c /drivers/usb/musb/omap2430.c
parentmm/sparse: Remove unused ret in sparse_index_init (diff)
downloadkernel-qcow2-linux-8b513d0cf603c0a9ccf86a92cb22931f05a7bc86.tar.gz
kernel-qcow2-linux-8b513d0cf603c0a9ccf86a92cb22931f05a7bc86.tar.xz
kernel-qcow2-linux-8b513d0cf603c0a9ccf86a92cb22931f05a7bc86.zip
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>
Diffstat (limited to 'drivers/usb/musb/omap2430.c')
-rw-r--r--drivers/usb/musb/omap2430.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c
index 628b93fe5ccc..2325ef6bdeed 100644
--- a/drivers/usb/musb/omap2430.c
+++ b/drivers/usb/musb/omap2430.c
@@ -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;
}