Skip to content

Commit

Permalink
powerpc/pci: Fix typo: s/resouces/resources/ in a pr_debug
Browse files Browse the repository at this point in the history
Fix typo: s/resouces/resources/ in a pr_debug

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Wolfram Sang authored and Benjamin Herrenschmidt committed Mar 11, 2009
1 parent b46ce61 commit a77acda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/kernel/pci-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,7 @@ void __init pcibios_resource_survey(void)
* we proceed to assigning things that were left unassigned
*/
if (!(ppc_pci_flags & PPC_PCI_PROBE_ONLY)) {
pr_debug("PCI: Assigning unassigned resouces...\n");
pr_debug("PCI: Assigning unassigned resources...\n");
pci_assign_unassigned_resources();
}

Expand Down

0 comments on commit a77acda

Please sign in to comment.