Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0dea210b authored by Masanari Iida's avatar Masanari Iida Committed by Jesse Barnes
Browse files

PCI: Fix typo in setup-res.c



Correct spelling "resouce" to "resource" in
dricers/pci/setup-res.c

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
parent 316d86fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -250,7 +250,7 @@ int pci_reassign_resource(struct pci_dev *dev, int resno, resource_size_t addsiz
	int ret;
	int ret;


	if (!res->parent) {
	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);
			 "\n", resno, res);
		return -EINVAL;
		return -EINVAL;
	}
	}