diff options
author | Bhaskar Chowdhury | 2021-03-19 10:45:14 +0530 |
---|---|---|
committer | Thomas Bogendoerfer | 2021-03-24 10:29:45 +0100 |
commit | 8455033cd6a86b070186ea73f75344d9e0bdffd8 (patch) | |
tree | e7d5b41f6ec6877ebe6e6c9df3f1ba2fc683eb51 /arch/mips/pci | |
parent | daffdec40d62fd29cd9fb1bbc3b104969daa43e8 (diff) |
MIPS: PCI: Fix a typo
s/packt/packet/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/pci')
-rw-r--r-- | arch/mips/pci/pci-xtalk-bridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pci/pci-xtalk-bridge.c b/arch/mips/pci/pci-xtalk-bridge.c index 50f7d42cca5a..d2216942af18 100644 --- a/arch/mips/pci/pci-xtalk-bridge.c +++ b/arch/mips/pci/pci-xtalk-bridge.c @@ -385,7 +385,7 @@ static int bridge_domain_activate(struct irq_domain *domain, bridge_set(bc, b_int_enable, 0x7ffffe00); /* more stuff in int_enable */ /* - * Enable sending of an interrupt clear packt to the hub on a high to + * Enable sending of an interrupt clear packet to the hub on a high to * low transition of the interrupt pin. * * IRIX sets additional bits in the address which are documented as |