diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2024-01-03 17:16:04 -0600 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2024-05-08 00:21:30 +1000 |
commit | 0ddbbb8960eaf91c7b432ec80566dfa60a8d79e4 (patch) | |
tree | 2022eafbd7c9451e66376cac88b9b419f791c0cc /arch/powerpc/platforms/maple/pci.c | |
parent | 39434af10f1045b50826b8b506415f36681d4b40 (diff) | |
download | linux-0ddbbb8960eaf91c7b432ec80566dfa60a8d79e4.tar.gz linux-0ddbbb8960eaf91c7b432ec80566dfa60a8d79e4.tar.bz2 linux-0ddbbb8960eaf91c7b432ec80566dfa60a8d79e4.zip |
powerpc: Fix typos
Fix typos, most reported by "codespell arch/powerpc". Only touches
comments, no code changes.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240103231605.1801364-8-helgaas@kernel.org
Diffstat (limited to 'arch/powerpc/platforms/maple/pci.c')
-rw-r--r-- | arch/powerpc/platforms/maple/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/maple/pci.c b/arch/powerpc/platforms/maple/pci.c index b911b31717cc..b9ff37c7f6f0 100644 --- a/arch/powerpc/platforms/maple/pci.c +++ b/arch/powerpc/platforms/maple/pci.c @@ -595,7 +595,7 @@ void __init maple_pci_init(void) /* Probe root PCI hosts, that is on U3 the AGP host and the * HyperTransport host. That one is actually "kept" around - * and actually added last as it's resource management relies + * and actually added last as its resource management relies * on the AGP resources to have been setup first */ root = of_find_node_by_path("/"); |