]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
PCI: Spelling fixes
authorJoe Perches <joe@perches.com>
Mon, 17 Dec 2007 19:40:11 +0000 (11:40 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Feb 2008 23:04:26 +0000 (15:04 -0800)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/hotplug/shpchp_hpc.c
drivers/pci/intel-iommu.c

index 5183a45d45b50f6a02b5ada18cdeb9e9a0893624..e8aa138128ce7c740a2d8a7c227791cc8df75a2c 100644 (file)
@@ -597,7 +597,7 @@ static void hpc_release_ctlr(struct controller *ctrl)
        cleanup_slots(ctrl);
 
        /*
-        * Mask SERR and System Interrut generation
+        * Mask SERR and System Interrupt generation
         */
        serr_int = shpc_readl(ctrl, SERR_INTR_ENABLE);
        serr_int |= (GLOBAL_INTR_MASK  | GLOBAL_SERR_MASK |
index e079a5237c9424e7064e1c0892377f2d9b78536b..4e01df99681ac79c1bbd0842d57ead2933af11d3 100644 (file)
@@ -1781,7 +1781,7 @@ __intel_alloc_iova(struct device *dev, struct dmar_domain *domain,
                /*
                 * First try to allocate an io virtual address in
                 * DMA_32BIT_MASK and if that fails then try allocating
-                * from higer range
+                * from higher range
                 */
                iova = iommu_alloc_iova(domain, size, DMA_32BIT_MASK);
                if (!iova)