aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/pci_iommu.c
diff options
context:
space:
mode:
authorSimon Arlott <simon@fire.lp0.eu>2007-05-11 13:52:08 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-05-11 21:39:21 -0700
commite5dd42e4fb242ae07a09928616570348ffe8aeee (patch)
tree9ed722f6f8ae658ec1701ae26591101cf6a4c8d8 /arch/sparc64/kernel/pci_iommu.c
parent[SPARC]: Spelling fixes. (diff)
downloadlinux-dev-e5dd42e4fb242ae07a09928616570348ffe8aeee.tar.xz
linux-dev-e5dd42e4fb242ae07a09928616570348ffe8aeee.zip
[SPARC64]: Spelling fixes.
Spelling fixes in arch/sparc64/. Signed-off-by: Simon Arlott <simon@fire.lp0.eu> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--arch/sparc64/kernel/pci_iommu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/pci_iommu.c b/arch/sparc64/kernel/pci_iommu.c
index dfd6f9f4790b..70d2364fdfe0 100644
--- a/arch/sparc64/kernel/pci_iommu.c
+++ b/arch/sparc64/kernel/pci_iommu.c
@@ -542,7 +542,7 @@ static inline void fill_sg(iopte_t *iopte, struct scatterlist *sg,
/* Map a set of buffers described by SGLIST with NELEMS array
* elements in streaming mode for PCI DMA.
* When making changes here, inspect the assembly output. I was having
- * hard time to kepp this routine out of using stack slots for holding variables.
+ * hard time to keep this routine out of using stack slots for holding variables.
*/
static int pci_4u_map_sg(struct pci_dev *pdev, struct scatterlist *sglist, int nelems, int direction)
{