diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-08-29 23:37:33 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-09-01 11:18:25 +0200 |
commit | 1a84db567aeeb232daad598c7aa2334dda0176b7 (patch) | |
tree | 5123df91574e49c60e14fc9519b540cd58a82167 /arch/mips/pci | |
parent | 307b28b95ce9717680b5980d67ef0b060c8fde3b (diff) | |
download | talos-op-linux-1a84db567aeeb232daad598c7aa2334dda0176b7.tar.gz talos-op-linux-1a84db567aeeb232daad598c7aa2334dda0176b7.zip |
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')
-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) res_cfg = platform_get_resource(pdev, IORESOURCE_MEM, 0); res_bridge = platform_get_resource(pdev, IORESOURCE_MEM, 1); if (!res_cfg || !res_bridge) { - dev_err(&pdev->dev, "missing memory reources\n"); + dev_err(&pdev->dev, "missing memory resources\n"); return -EINVAL; } |