diff options
author | Chris Zankel <chris@zankel.net> | 2007-05-31 20:43:40 -0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2007-05-31 20:43:40 -0400 |
commit | 4af410a868ddddfc6aa9b19379599feac7e79d95 (patch) | |
tree | 129bdb2e3ae8f7bc39ba049b6c3f20aeefbc771e /arch/xtensa | |
parent | ef6051a90e2ad1af636e99d1d4603fdcf2adfcbe (diff) |
[XTENSA] Spelling fixes in arch/xtensa
Spelling fixes in arch/xtensa/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/kernel/pci.c | 2 | ||||
-rw-r--r-- | arch/xtensa/mm/init.c | 2 | ||||
-rw-r--r-- | arch/xtensa/platform-iss/network.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/xtensa/kernel/pci.c b/arch/xtensa/kernel/pci.c index 45571ccb72d6..77deae5290f0 100644 --- a/arch/xtensa/kernel/pci.c +++ b/arch/xtensa/kernel/pci.c | |||
@@ -401,7 +401,7 @@ int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma, | |||
401 | * Also, think for a moment about likes of floppy.c that | 401 | * Also, think for a moment about likes of floppy.c that |
402 | * include architecture specific parts. They may want to redefine ins/outs. | 402 | * include architecture specific parts. They may want to redefine ins/outs. |
403 | * | 403 | * |
404 | * We do not use horroble macroses here because we want to | 404 | * We do not use horrible macros here because we want to |
405 | * advance pointer by sizeof(size). | 405 | * advance pointer by sizeof(size). |
406 | */ | 406 | */ |
407 | void outsb(unsigned long addr, const void *src, unsigned long count) { | 407 | void outsb(unsigned long addr, const void *src, unsigned long count) { |
diff --git a/arch/xtensa/mm/init.c b/arch/xtensa/mm/init.c index e1ec2d1e8189..8415c76f11c2 100644 --- a/arch/xtensa/mm/init.c +++ b/arch/xtensa/mm/init.c | |||
@@ -205,7 +205,7 @@ void __init init_mmu (void) | |||
205 | /* Writing zeros to the <t>TLBCFG special registers ensure | 205 | /* Writing zeros to the <t>TLBCFG special registers ensure |
206 | * that valid values exist in the register. For existing | 206 | * that valid values exist in the register. For existing |
207 | * PGSZID<w> fields, zero selects the first element of the | 207 | * PGSZID<w> fields, zero selects the first element of the |
208 | * page-size array. For nonexistant PGSZID<w> fields, zero is | 208 | * page-size array. For nonexistent PGSZID<w> fields, zero is |
209 | * the best value to write. Also, when changing PGSZID<w> | 209 | * the best value to write. Also, when changing PGSZID<w> |
210 | * fields, the corresponding TLB must be flushed. | 210 | * fields, the corresponding TLB must be flushed. |
211 | */ | 211 | */ |
diff --git a/arch/xtensa/platform-iss/network.c b/arch/xtensa/platform-iss/network.c index 4bfe333be229..f09962fa98c0 100644 --- a/arch/xtensa/platform-iss/network.c +++ b/arch/xtensa/platform-iss/network.c | |||
@@ -473,7 +473,7 @@ static int iss_net_open(struct net_device *dev) | |||
473 | netif_start_queue(dev); | 473 | netif_start_queue(dev); |
474 | 474 | ||
475 | /* clear buffer - it can happen that the host side of the interface | 475 | /* clear buffer - it can happen that the host side of the interface |
476 | * is full when we gethere. In this case, new data is never queued, | 476 | * is full when we get here. In this case, new data is never queued, |
477 | * SIGIOs never arrive, and the net never works. | 477 | * SIGIOs never arrive, and the net never works. |
478 | */ | 478 | */ |
479 | while ((err = iss_net_rx(dev)) > 0) | 479 | while ((err = iss_net_rx(dev)) > 0) |