Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / microblaze / pci / indirect_pci.c
index 25f18f017f212754a6f43e423a647c7629007464..4196eb6bd7648af78e5ba0dce4f9fa8d17187314 100644 (file)
@@ -108,7 +108,7 @@ indirect_write_config(struct pci_bus *bus, unsigned int devfn, int offset,
                out_le32(hose->cfg_addr, (0x80000000 | (bus_no << 16) |
                         (devfn << 8) | reg | cfg_type));
 
-       /* surpress setting of PCI_PRIMARY_BUS */
+       /* suppress setting of PCI_PRIMARY_BUS */
        if (hose->indirect_type & INDIRECT_TYPE_SURPRESS_PRIMARY_BUS)
                if ((offset == PCI_PRIMARY_BUS) &&
                        (bus->number == hose->first_busno))