summaryrefslogtreecommitdiffstats
path: root/arch/mips/txx9/generic/pci.c
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2022-04-30 21:03:10 +0200
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2022-05-04 22:22:59 +0200
commit94bd83e45acdd72b81545ff25324a13bc5cae54e (patch)
tree3f5d2f5e98d180d44794feb43cb3f1d9418b8200 /arch/mips/txx9/generic/pci.c
parent7671f9674b474505de289b548206ef48b0f5ceac (diff)
downloadlinux-94bd83e45acdd72b81545ff25324a13bc5cae54e.tar.gz
linux-94bd83e45acdd72b81545ff25324a13bc5cae54e.tar.bz2
linux-94bd83e45acdd72b81545ff25324a13bc5cae54e.zip
MIPS: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/txx9/generic/pci.c')
-rw-r--r--arch/mips/txx9/generic/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/txx9/generic/pci.c b/arch/mips/txx9/generic/pci.c
index fb998726bd5d..e98845543b77 100644
--- a/arch/mips/txx9/generic/pci.c
+++ b/arch/mips/txx9/generic/pci.c
@@ -225,7 +225,7 @@ txx9_alloc_pci_controller(struct pci_controller *pcic,
static int __init
txx9_arch_pci_init(void)
{
- PCIBIOS_MIN_IO = 0x8000; /* reseve legacy I/O space */
+ PCIBIOS_MIN_IO = 0x8000; /* reserve legacy I/O space */
return 0;
}
arch_initcall(txx9_arch_pci_init);