From e4fe62383db08d9892dc73d9dacb631f908506bc Mon Sep 17 00:00:00 2001 From: Chris Zankel Date: Thu, 31 May 2007 17:43:40 -0700 Subject: [PATCH] --- yaml --- r: 57446 b: refs/heads/master c: 4af410a868ddddfc6aa9b19379599feac7e79d95 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/xtensa/kernel/pci.c | 2 +- trunk/arch/xtensa/mm/init.c | 2 +- trunk/arch/xtensa/platform-iss/network.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 07b9b7457a88..8cdbadfc2a3c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ef6051a90e2ad1af636e99d1d4603fdcf2adfcbe +refs/heads/master: 4af410a868ddddfc6aa9b19379599feac7e79d95 diff --git a/trunk/arch/xtensa/kernel/pci.c b/trunk/arch/xtensa/kernel/pci.c index 45571ccb72d6..77deae5290f0 100644 --- a/trunk/arch/xtensa/kernel/pci.c +++ b/trunk/arch/xtensa/kernel/pci.c @@ -401,7 +401,7 @@ int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma, * Also, think for a moment about likes of floppy.c that * include architecture specific parts. They may want to redefine ins/outs. * - * We do not use horroble macroses here because we want to + * We do not use horrible macros here because we want to * advance pointer by sizeof(size). */ void outsb(unsigned long addr, const void *src, unsigned long count) { diff --git a/trunk/arch/xtensa/mm/init.c b/trunk/arch/xtensa/mm/init.c index e1ec2d1e8189..8415c76f11c2 100644 --- a/trunk/arch/xtensa/mm/init.c +++ b/trunk/arch/xtensa/mm/init.c @@ -205,7 +205,7 @@ void __init init_mmu (void) /* Writing zeros to the TLBCFG special registers ensure * that valid values exist in the register. For existing * PGSZID fields, zero selects the first element of the - * page-size array. For nonexistant PGSZID fields, zero is + * page-size array. For nonexistent PGSZID fields, zero is * the best value to write. Also, when changing PGSZID * fields, the corresponding TLB must be flushed. */ diff --git a/trunk/arch/xtensa/platform-iss/network.c b/trunk/arch/xtensa/platform-iss/network.c index 4bfe333be229..f09962fa98c0 100644 --- a/trunk/arch/xtensa/platform-iss/network.c +++ b/trunk/arch/xtensa/platform-iss/network.c @@ -473,7 +473,7 @@ static int iss_net_open(struct net_device *dev) netif_start_queue(dev); /* clear buffer - it can happen that the host side of the interface - * is full when we gethere. In this case, new data is never queued, + * is full when we get here. In this case, new data is never queued, * SIGIOs never arrive, and the net never works. */ while ((err = iss_net_rx(dev)) > 0)