projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
316d86f
)
PCI: Fix typo in setup-res.c
author
Masanari Iida
<standby24x7@gmail.com>
Thu, 26 Jan 2012 14:45:47 +0000
(23:45 +0900)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Tue, 14 Feb 2012 16:44:50 +0000
(08:44 -0800)
Correct spelling "resouce" to "resource" in
dricers/pci/setup-res.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/setup-res.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pci/setup-res.c
b/drivers/pci/setup-res.c
index 85c8470c35e2d5b068bea9cd351dcc3a2a8d4886..6923a9bce49e4f65653a779ce1fb43a91d0993ea 100644
(file)
--- a/
drivers/pci/setup-res.c
+++ b/
drivers/pci/setup-res.c
@@
-250,7
+250,7
@@
int pci_reassign_resource(struct pci_dev *dev, int resno, resource_size_t addsiz
int ret;
if (!res->parent) {
- dev_info(&dev->dev, "BAR %d: can't reassign an unassigned resouce %pR "
+ dev_info(&dev->dev, "BAR %d: can't reassign an unassigned resou
r
ce %pR "
"\n", resno, res);
return -EINVAL;
}