Skip to content

Commit

Permalink
PCI: Fix typo in setup-res.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masanari Iida authored and Jesse Barnes committed Feb 14, 2012
1 parent 316d86f commit 0dea210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/setup-res.c
Original file line number Diff line number Diff line change
@@ -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 resource %pR "
"\n", resno, res);
return -EINVAL;
}

0 comments on commit 0dea210

Please sign in to comment.