diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-08-29 10:37:33 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-09-01 05:18:25 -0400 |
commit | 1a84db567aeeb232daad598c7aa2334dda0176b7 (patch) | |
tree | 5123df91574e49c60e14fc9519b540cd58a82167 /arch/mips/pci/pci-lantiq.c | |
parent | 307b28b95ce9717680b5980d67ef0b060c8fde3b (diff) |
treewide: fix errors in printk
This patch fix spelling typo in printk.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/mips/pci/pci-lantiq.c')
-rw-r--r-- | arch/mips/pci/pci-lantiq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pci/pci-lantiq.c b/arch/mips/pci/pci-lantiq.c index cb1ef9984069..37fe8e7887e2 100644 --- a/arch/mips/pci/pci-lantiq.c +++ b/arch/mips/pci/pci-lantiq.c | |||
@@ -218,7 +218,7 @@ static int ltq_pci_probe(struct platform_device *pdev) | |||
218 | res_cfg = platform_get_resource(pdev, IORESOURCE_MEM, 0); | 218 | res_cfg = platform_get_resource(pdev, IORESOURCE_MEM, 0); |
219 | res_bridge = platform_get_resource(pdev, IORESOURCE_MEM, 1); | 219 | res_bridge = platform_get_resource(pdev, IORESOURCE_MEM, 1); |
220 | if (!res_cfg || !res_bridge) { | 220 | if (!res_cfg || !res_bridge) { |
221 | dev_err(&pdev->dev, "missing memory reources\n"); | 221 | dev_err(&pdev->dev, "missing memory resources\n"); |
222 | return -EINVAL; | 222 | return -EINVAL; |
223 | } | 223 | } |
224 | 224 | ||