mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
MIPS: Fix typos
Fix typos, most reported by "codespell arch/mips". Only touches comments, no code changes. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: linux-mips@vger.kernel.org Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
committed by
Thomas Bogendoerfer
parent
8e1803900e
commit
2f9060b1db
@@ -453,7 +453,7 @@ static int alchemy_pci_probe(struct platform_device *pdev)
|
||||
|
||||
/* we can't ioremap the entire pci config space because it's too large,
|
||||
* nor can we dynamically ioremap it because some drivers use the
|
||||
* PCI config routines from within atomic contex and that becomes a
|
||||
* PCI config routines from within atomic context and that becomes a
|
||||
* problem in get_vm_area(). Instead we use one wired TLB entry to
|
||||
* handle all config accesses for all busses.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user